Learn about Centmin Mod LEMP Stack today
Become a Member

Master Branch remove memcache php extension 3.0.9dev rollback in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 20, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,341
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    4:19 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    remove memcache php extension 3.0.9dev rollback in 123.09beta01

    memcache php extension 4.0.2 is now fully compatible with PHP 7 so no longer requires rolling back to memcache 3.0.9dev php extension mentioned in following threads:



    with PHP 7.3.3

    Code (Text):
    php --ri memcache
    
    memcache
    
    memcache support => enabled
    Version => 4.0.2
    Revision => $Revision$
    
    Directive => Local Value => Master Value
    memcache.allow_failover => 1 => 1
    memcache.max_failover_attempts => 20 => 20
    memcache.default_port => 11211 => 11211
    memcache.chunk_size => 32768 => 32768
    memcache.protocol => ascii => ascii
    memcache.hash_strategy => consistent => consistent
    memcache.hash_function => crc32 => crc32
    memcache.redundancy => 1 => 1
    memcache.session_redundancy => 2 => 2
    memcache.compress_threshold => 20000 => 20000
    memcache.lock_timeout => 15 => 15
    memcache.session_prefix_host_key => 0 => 0
    memcache.session_prefix_host_key_remove_www => 1 => 1
    memcache.session_prefix_host_key_remove_subdomain => 0 => 0
    memcache.session_prefix_static_key => no value => no value
    memcache.session_save_path => no value => no value
    memcache.prefix_host_key => 0 => 0
    memcache.prefix_host_key_remove_www => 1 => 1
    memcache.prefix_host_key_remove_subdomain => 0 => 0
    memcache.prefix_static_key => no value => no value


    Continue reading...

    Centmin Mod Github Master branch

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

    steph40 Member

    84
    17
    8
    Jan 28, 2019
    Ratings:
    +34
    Local Time:
    2:19 AM
    1.1.5
    mariadb 10
    So I just need to update centminmod and run option 10 to reinstall memcached?
     
  3. eva2000

    eva2000 Administrator Staff Member

    59,341
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    4:19 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup :D
     
  4. steph40

    steph40 Member

    84
    17
    8
    Jan 28, 2019
    Ratings:
    +34
    Local Time:
    2:19 AM
    1.1.5
    mariadb 10
    Done with no errors, thank you.