end of life of PHP 7.4

Anyway, I just have compiled PHP 7.4 on Rocky 9 without issue.
You just need to run this patch before compiling PHP 7.4.

Or simply delete this line
Code:
REGISTER_LONG_CONSTANT("OPENSSL_SSLV23_PADDING", RSA_SSLV23_PADDING, CONST_CS|CONST_PERSISTENT);
in the file 'php-7.4.33/ext/openssl/openssl.c'
 
Yes PHP 8.0 compiles on Rocky 9.

If you delete this line
Code:
REGISTER_LONG_CONSTANT("OPENSSL_SSLV23_PADDING", RSA_SSLV23_PADDING, CONST_CS|CONST_PERSISTENT);
in the file 'php-8.0.27/ext/openssl/openssl.c'

But I don't know if you are talking about the same thing.
 
Back
Top