Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update fix PHP_CUSTOMSSL routine in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 22, 2022.

  1. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,110
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,645
    Local Time:
    7:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update fix PHP_CUSTOMSSL routine in 130.00beta01

    - for PHP 7.4/8.0/8.1 only, update fix optional PHP-FPM openssl 1.1.1 support when PHP_CUSTOMSSL='y' set in persistent config file /etc/centminmod/custom_config.inc prior to running centmin.sh menu option 5 PHP update/recompiles. PHP 7.3 and below versions will not support PHP_CUSTOMSSL='y' right now and use system default openssl version
    - ensure optional PHP mold linker is disabled if PHP_CUSTOMSSL='y' is set due to incompatibility
    - ensure PHP_CUSTOMSSL='y' only works if for openssl 1.1.1 and not openssl 3.0. Openssl 3.0 only works for PHP 8.1+ and not earlier versions

    Code (Text):
    php -nr "echo OPENSSL_VERSION_TEXT;"
    OpenSSL 1.1.1o  3 May 2022

    Code (Text):
    php --ri openssl
    
    openssl
    
    OpenSSL support => enabled
    OpenSSL Library Version => OpenSSL 1.1.1o  3 May 2022
    OpenSSL Header Version => OpenSSL 1.1.1o  3 May 2022
    Openssl default config => /opt/openssl/openssl.cnf
    
    Directive => Local Value => Master Value
    openssl.cafile => no value => no value
    openssl.capath => no value => no value



    Continue reading...

    130.00beta01 branch