frankenphp requires ZTS

This commit is contained in:
DubbleClick
2025-06-19 10:00:56 +07:00
parent c2d6b9ad2c
commit 597db25178
2 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ class LockFile
}
// Write the updated lock data back to the file
FileSystem::createDir(dirname(self::LOCK_FILE));
file_put_contents(self::LOCK_FILE, json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
}