From 774fd00f41e243080dfa9a8980ada79c7059189a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 15 Jan 2019 14:37:02 +0800 Subject: [PATCH] Update memcache.sh --- plugins/php/versions/56/memcache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/56/memcache.sh b/plugins/php/versions/56/memcache.sh index e325f8aa7..1b73cbe04 100755 --- a/plugins/php/versions/56/memcache.sh +++ b/plugins/php/versions/56/memcache.sh @@ -37,6 +37,7 @@ Install_lib() ./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir make && make install + cd $php_lib rm -rf memcache-* rm -f package.xml fi