文件最后提交记录最后更新时间
Update composer dependencies 2 个月前
Fixed PHPUnit deprecation warnings 2 年前
ConsoleReader: Use proc_open()'s socket support to send commands back to the main server process (#5273) Support for this was introduced in PHP 8.0, though not mentioned in any changelog: php/php-src#5777 This simplifies the subprocess handling considerably. However, there is a potential for problems if PHP generates any E_* errors, since these get written to STDOUT as well. To avoid error messages being treated as a command, a hash is attached to each IPC message, seeded with an incrementing counter. This prevents error messages causing command replays or unintended commands. Unfortunately, PHP doesn't support binding pipes other than stdin/stdout/stderr on Windows for the child process, so we have to use stdout for this. In the future, if it becomes possible, a dedicated pipe for the purpose should be introduced. We'd need something like php://fd/<number> to work on Windows.1 年前
Fix unit tests 8 个月前
Add PHP 8.4 to test matrix 8 个月前
Use PHP-CS-Fixer to enforce file header presence 3 年前
Update composer dependencies 2 个月前
BlockTranslator: use less ambiguous function names 2 年前
Fixed PHPUnit deprecation warnings 2 年前
Add `Promise::all` (#6152) 2 年前
AsyncPoolTest: phpdoc 1 年前
Update composer dev dependencies 8 个月前
Fixed PHPUnit deprecation warnings 2 年前