Want more timely Centmin Mod News Updates?
Become a Member

PHP-FPM php7.3.0 Memcached Module

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Eddie, Dec 11, 2018.

  1. Eddie

    Eddie New Member

    15
    0
    1
    Oct 4, 2018
    Ratings:
    +3
    Local Time:
    2:32 AM
    Hi,

    I just have upgraded my centminmod php version into 7.3.
    It does not have memcached module.
    Is there any way to install memcached?
    • CentOS Version: i CentOS 7 64bit ?
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.15.6
    • PHP Version Installed: 7.3.0
    • MariaDB MySQL Version Installed:10.1.xx
    • When was last time updated Centmin Mod code base ? :
    • Persistent Config:


     
  2. eva2000

    eva2000 Administrator Staff Member

    59,280
    12,508
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,140
    Local Time:
    3:32 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Did you check ? via command
    Code (Text):
    php --ri memcached
    

    example output when memcached php extension loaded
    Code (Text):
    php --ri memcached
    
    memcached
    
    memcached support => enabled
    Version => 3.1.0-dev
    libmemcached version => 1.0.16
    SASL support => yes
    Session support => yes
    igbinary support => no
    json support => yes
    msgpack support => no
    
    Directive => Local Value => Master Value
    memcached.sess_locking => On => On
    memcached.sess_lock_wait_min => 150 => 150
    memcached.sess_lock_wait_max => 150 => 150
    memcached.sess_lock_retries => 5 => 5
    memcached.sess_lock_expire => 0 => 0
    memcached.sess_binary_protocol => Off => Off
    memcached.sess_consistent_hash => Off => Off
    memcached.sess_consistent_hash_type => ketama => ketama
    memcached.sess_number_of_replicas => 0 => 0
    memcached.sess_randomize_replica_read => Off => Off
    memcached.sess_remove_failed_servers => Off => Off
    memcached.sess_server_failure_limit => 0 => 0
    memcached.sess_connect_timeout => 3000 => 3000
    memcached.sess_sasl_username => no value => no value
    memcached.sess_sasl_password => no value => no value
    memcached.sess_persistent => Off => Off
    memcached.sess_prefix => memc.sess.key. => memc.sess.key.
    memcached.sess_lock_wait => not set => not set
    memcached.sess_lock_max_wait => not set => not set
    memcached.compression_type => fastlz => fastlz
    memcached.compression_factor => 1.3 => 1.3
    memcached.compression_threshold => 2000 => 2000
    memcached.serializer => php => php
    memcached.store_retry_count => 2 => 2
    memcached.default_consistent_hash => Off => Off
    memcached.default_binary_protocol => Off => Off
    memcached.default_connect_timeout => 0 => 0
    

    Might want to read PHP 7.3.0, 7.2.13, 7.1.25, 7.0.33, 5.6.39 Released to see how to reinstall PHP extensions. For memcached it's centmin.sh menu option 10.