Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch fix PHPMUVER detection on CLI and update-all PHP upgrade paths in 140…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 16, 2026 at 9:24 AM.

  1. eva2000

    eva2000 Administrator Staff Member

    59,514
    12,539
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,180
    Local Time:
    5:40 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix PHPMUVER detection on CLI and update-all PHP upgrade paths in 140.00beta01


    funct_phpupgrade only assigned PHPMUVER on the interactive prompt path.
    The UALL and CLI_PHP_VER arms left it empty, so redis extension version
    selection fell through to the PHP 7.0-7.1 REDISPHPSEVEN_VER fallback
    and every same-version run was misclassified as a major upgrade.

    Changes:
    - inc/php_upgrade.inc: assign PHPMUVER from the resolved php version on
    both the UALL and CLI_PHP_VER arms, matching the interactive path

    Continue reading...

    140.00beta01 branch