You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls -a $MO_EX_DIR|grep memcached || (wget http://pecl.php.net/get/memcached-3.0.2.tgz && tar xf memcached-3.0.2.tgz &&cd memcached-3.0.2&&$PHP_IZE&& ./configure --with-php-config=$PHP_CONF --disable-memcached-sasl && make && make install)
25
+
ls -a $MO_EX_DIR|grep memcached || (wget http://pecl.php.net/get/memcached-3.1.0.tgz && tar xf memcached-3.1.0.tgz &&cd memcached-3.1.0&&$PHP_IZE&& ./configure --with-php-config=$PHP_CONF --disable-memcached-sasl && make && make install)
ls -a $MO_EX_DIR|grep 1memcached || (wget http://pecl.php.net/get/memcached-2.2.0.tgz && tar xf memcached-2.2.0.tgz &&cd memcached-2.2.0 &&$PHP_IZE&& ./configure --with-php-config=$PHP_CONF --disable-memcached-sasl && make && make install)
0 commit comments