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

Beta Branch update redis php extension in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 11, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:26 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    3:26 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    So a cmupdate with running Centminmod menu 13 will install the new version for php 7+ on existing installations?
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:26 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup centmin.sh menu option 13 submenu option 2

    or

    the next time you run centmin.sh menu option 5 to update PHP major version i.e. going from PHP 7.1 to 7.2 or 7.2 to 7.3 etc

    or

    if you want centmin.sh menu option 5 to update redis php extension for PHP minor versions too i.e. PHP 7.2.21 to 7.2.22, then set variable AUTODETECPHP_OVERRIDE='y' in persistent config file /etc/centminmod/custom_config.inc prior to running centmin.sh menu option 5 PHP minor version update/downgrade
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:26 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    example on PHP 7.4.0RC1 on centmin mod 123.09beta01
    Code (Text):
    php -v
    PHP 7.4.0RC1 (cli) (built: Sep 10 2019 14:00:42) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0-dev, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.0RC1, Copyright (c), by Zend Technologies
    

    Code (Text):
    php --ri redis
    redis
    Redis Support => enabled
    Redis Version => 5.0.2
    Available serializers => php, json, igbinary
    Directive => Local Value => Master Value
    redis.arrays.algorithm => no value => no value
    redis.arrays.auth => no value => no value
    redis.arrays.autorehash => 0 => 0
    redis.arrays.connecttimeout => 0 => 0
    redis.arrays.distributor => no value => no value
    redis.arrays.functions => no value => no value
    redis.arrays.hosts => no value => no value
    redis.arrays.index => 0 => 0
    redis.arrays.lazyconnect => 0 => 0
    redis.arrays.names => no value => no value
    redis.arrays.pconnect => 0 => 0
    redis.arrays.previous => no value => no value
    redis.arrays.readtimeout => 0 => 0
    redis.arrays.retryinterval => 0 => 0
    redis.arrays.consistent => 0 => 0
    redis.clusters.cache_slots => 0 => 0
    redis.clusters.auth => no value => no value
    redis.clusters.persistent => 0 => 0
    redis.clusters.read_timeout => 0 => 0
    redis.clusters.seeds => no value => no value
    redis.clusters.timeout => 0 => 0
    redis.pconnect.pooling_enabled => 1 => 1
    redis.pconnect.connection_limit => 0 => 0
    redis.session.locking_enabled => 0 => 0
    redis.session.lock_expire => 0 => 0
    redis.session.lock_retries => 10 => 10
    redis.session.lock_wait_time => 2000 => 2000
    
     
  5. EckyBrazzz

    EckyBrazzz Active Member

    917
    190
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +363
    Local Time:
    9:26 PM
    Latest
    Latest
    Perfect, got almost the same versions
    Code (Text):
                    _._                                                 
               _.-``__ ''-._                                             
          _.-``    `.  `_.  ''-._           Redis 5.0.5 (00000000/0) 64 bit
      .-`` .-```.  ```\/    _.,_ ''-._                                   
     (    '      ,       .-`  | `,    )     Running in standalone mode
     |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
     |    `-._   `._    /     _.-'    |     PID: 1453
      `-._    `-._  `-./  _.-'    _.-'                                   
     |`-._`-._    `-.__.-'    _.-'_.-'|                                 
     |    `-._`-._        _.-'_.-'    |           http://redis.io       
      `-._    `-._`-.__.-'_.-'    _.-'                                   
     |`-._`-._    `-.__.-'    _.-'_.-'|                                 
     |    `-._`-._        _.-'_.-'    |                                 
      `-._    `-._`-.__.-'_.-'    _.-'                                   
          `-._    `-.__.-'    _.-'                                       
              `-._        _.-'                                           
                  `-.__.-'                                               
    
    


    Code (Text):
    php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 5.0.2