Update memcached.sh

This commit is contained in:
midoks 2020-07-14 14:02:52 +08:00
parent e0b1f8b622
commit 46a7f8d754
1 changed files with 0 additions and 1 deletions

View File

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