Update memcached.sh

pull/109/head
midoks 5 years ago
parent a753d0fd87
commit ec5b98d10b
  1. 2
      plugins/php/versions/71/memcached.sh

@ -39,7 +39,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize $serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ ./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-memcache \ --enable-memcached \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--disable-memcached-sasl && \ --disable-memcached-sasl && \
make && make install && make clean make && make install && make clean

Loading…
Cancel
Save