pecl-tools-stomp
pecl-tools-stomp copied to clipboard
Remove inactive 3rd argument in PHP_SETUP_OPENSSL
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 3rd argument: https://github.com/php/php-src/pull/14323