Peter Kokot
Peter Kokot
Added via https://github.com/php/php-src/pull/13363
The upstream PHP_SETUP_OPENSSL has 3rd argument inactive. If OpenSSL is not found using pkg-config, it always errors out by default. Fix has been addressed in PHP-8.4-dev upstream by removing the...
Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ``` # PHP 8.4 phpize phpize ./configure...
The PHP_DEF_HAVE M4 macro has only 2 arguments and AC_DEFINE is in this case better alternative.
According to last info I have this repository is inactive and shouldn't receive any updates. Is this correct? Can someone please archive this repository so it's more clear. Some other...
On PHP 8.4 the [exit() RFC](https://github.com/php/php-src/pull/13483) was implemented and the uopz needs to be adjusted. ``` phpize ./configure make ``` Produces: ``` /uopz/src/handlers.c:127:20: error: 'ZEND_EXIT' undeclared here (not in a...
Hello, this trims redundant trailing whitespace characters in all files in this repository. I was thinking to only change the src/asm files but since the diff in other files seem...
**Reasons for making this change:** This file is generated when cmake is in cross-compilation mode and try_run or check_source_runs are used in CMake code without setting cache variables before so...
This URL is being removed from the docs in favor of the libedit library, a non-GPL replacement for the GNU Readline library.
The ttf library isn't used anymore and this macro isn't defined.