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

Beta Branch update getphpver & inc/compress_php.inc in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 2, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    59,331
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    4:45 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update getphpver & inc/compress_php.inc in 130.00beta01


    - update getphpver command for php 8.3 support
    - update php upgrade routine in centmin.sh menu option 5 for getphpver updates so that for each major PHP version 8, 7 and 5, all versions are shown available
    - update inc/compress_php.inc optional PHP extensions to support hardened compilation parameters for when you enable PHP_BROTLI='y', PHP_LZFOUR='y', PHP_LZF='y' and PHP_ZOPFLI='y'

    Continue reading...

    130.00beta01 branch

    Support Centmin Mod


    If you find Centmin Mod useful, please help support Centmin Mod
     
  2. eva2000

    eva2000 Administrator Staff Member

    59,331
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    4:45 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    examples for getphpver command output which allows you to see which is latest PHP version for each PHP branch without having to visit php.net web site :)

    Code (Text):
    getphpver
    8.3.0
    8.2.13
    8.1.26
    8.0.30
    7.4.33
    7.3.33
    7.2.34
    7.1.33
    7.0.33
    5.6.40
    5.5.38
    

    Code (Text):
    getphpver 83
    8.3.0
    
    getphpver 82
    8.2.13
    
    getphpver 81
    8.1.26
    
    getphpver 80
    8.0.30
    
    getphpver 74
    7.4.33
    

    Code (Text):
    getphpver 8
    8.3.0
    8.2.13
    8.1.26
    8.0.30
    

    Code (Text):
    getphpver 7
    7.4.33
    7.3.33
    7.2.34
    7.1.33
    7.0.33