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

Master Branch update inc/php_upgrade.inc in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 2, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:51 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update inc/php_upgrade.inc in 123.09beta01

    - On minor PHP version updates, auto detect php extensions for recompile is skipped for these extensions to speed up php recompiles. Leaving recompile of those auto detected and loaded PHP extensions to only when major PHP versions upgrades are detected.
    - However, if php extension fails to compile there is currently no menu option to recompile mssql, mongodb and mailparse php extensions unless you switch PHP major versions i.e. go from PHP 5.6 to 7.0 or 7.0 to 7.1 or 7.0 to 5.6.
    - This quick workaround sets AUTODETECPHP_OVERRIDE='y' when PHPMYYSQL='y' or # PHPMONGODB='y' or PHPMAILPARSE='y' is set to enable these php extensions and these php extension are detected as not loaded into php i.e. due to errors. This update workaround will allow even on minor PHP version updates the extensions to be recompiled.

    Continue reading...

    Centmin Mod Github Master branch


    Master branch is where most recent commits are made as at May 24, 2015.