Discover Centmin Mod today
Register Now

Memcached 123.07beta21 - memcache

Discussion in 'Centmin Mod Insights' started by dorobo, Jun 11, 2014.

  1. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    12:19 PM
    latest
    latest
    # php -m | grep memcache
    memcache
    memcached

    centminmod still installed memcache and memcached despite these settings in centmin.sh

    Note: UNATTENDED='y'

    MEMCACHED_DISABLED=y
    MEMCACHED_INSTALL=n

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,647
    12,230
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,799
    Local Time:
    2:19 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    UNATTENDED='y' will override MEMCACHED_INSTALL=n for MEMCACHED_INSTALL=y right now as it's installed by default regardless.

    MEMCACHED_DISABLED=y will just disable Memcached server from running after Centmin Mod install. But PHP do still get compiled with memcache/memcached support as Memcached server is installed but not running (disabled). So not a bug :)