Welcome to Centmin Mod Community
Become a Member

Master Branch update centmin-cli.sh support php-update-all option in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 2, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update centmin-cli.sh support php-update-all option in 123.09beta01

    - add php-update-all option to centmin-cli.sh https://community.centminmod.com/threads/add-centmin-cli-sh-command-line-in-123-09beta01.21023/ to allow auto enabling AUTODETECPHP_OVERRIDE='y' to recompiling all PHP extensions even for same PHP major version recompiles. The normal php-update option or centmin.sh menu option 5 usually will skip recompiling all PHP extensions if it detects a same PHP major version recompile and only recompiles all PHP extensions if it detects a PHP version different from existing installed PHP major version.

    ./centmin-cli.sh

    ./centmin-cli.sh nginx-update 1.19.7
    ./centmin-cli.sh php-update 7.4.15
    ./centmin-cli.sh php-update-all 7.4.15
    ./centmin-cli.sh compress-update


    when you run centmin-cli.sh php-update-all, then completion message would also not that auto reinstalled PHP extensions was triggered . Example with PHP 8.0.2 run

    * PHP upgraded and auto reinstalled PHP extensions
    ***************************************************
    Total PHP Upgrade Time: 161.480647006 seconds

    Continue reading...

    Centmin Mod Github Master branch

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