PHP-Binaries
PHP-Binaries copied to clipboard
Compile scripts used to build PHP for PocketMine-MP on multiple platforms
the code below crashes the opcache I have. This code only crashes with binaries from this repository and cannot be reproduced with the binaries provided by the official (php.net). Anyway,...
Hello, when building binaries on a Mac Mini with an M2 chip I got the error `RE error: illegal byte sequence` at the very end of the PHP build. There...
## Description After compiling PHP, the time zone is set incorrectly ``` Warning: PHP Startup: Invalid date.timezone value 'MSK', using 'UTC' instead in Unknown on line 0 ``` It's caused...
I learned PHP seven years ago just to write PocketMine plugins, and now I'm getting ready to try setting up a bedrock server again, and it suddenly occurred to me...
Mach-O leaves debugging information in the .o files, and the "debug info" in the actual binary is just a debug map that tells the debugger which .o file to look...
Legend has it that LLVM is better for performance and is less quirky than MSVC.
This hasn't been used by default for years, but it might provide performance improvements. However, it requires OpenMP, which is not part of most systems by default, so we'll need...
This is problematic for functions which depend on features provided by openssl, such as https:// support in file_get_contents().
One use case for caching is to reuse compiled dependencies for binaries installed in different locations. Currently, the library caching only works if the prefix did not change.
This binary contains direct support for mysql and sqlite however as soon as we want to use another database such as mongo, it is mandatory to create our own fork...