Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch fix redis extension compile banner version text in 140.00beta01

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 redis extension compile banner version text in 140.00beta01

    The compile banner printed REDISPHP_VER before the REDISPHP_GIT dispatch
    was decided, so git-path builds (which never use REDISPHP_VER) displayed
    a stale tarball version that did not match what was actually compiled.

    Changes:
    - inc/redis.inc: print the banner after the REDISPHP_GIT switches - the
    git path announces the phpredis develop branch build, the tarball path
    keeps the versioned banner

    Continue reading...


    140.00beta01 branch