Discover Centmin Mod today
Register Now

Beta 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

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:15 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...

    123.09beta01 branch