This commit is contained in:
midoks 2019-11-29 18:29:23 +08:00
parent 0a48d2a7ee
commit 8d96320e79
104 changed files with 42 additions and 249 deletions

View File

@ -40,10 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${_LIBNAME}-${LIBV}
rm -rf ${_LIBNAME}-${LIBV}.tgz
fi
if [ ! -f "$extFile" ];then

View File

@ -46,8 +46,6 @@ Install_lib()
--enable-eaccelerator=shared --with-eaccelerator-shared-memory
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -39,9 +39,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -45,8 +45,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --enable-xhprof --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
cd ZendGuardLoader-php* && cd php-5.3.x
cp ZendGuardLoader.so $serverPath/php/$version/lib/php/extensions/no-debug-non-zts-20090626/
rm -rf $php_lib/ZendGuardLoader*
rm -rf $php_lib/zend-loader-php5.3*
fi
if [ ! -f "$extFile" ];then

View File

@ -40,10 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${_LIBNAME}-${LIBV}
rm -rf ${_LIBNAME}-${LIBV}.tgz
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -45,8 +45,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --enable-xhprof --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -20,7 +20,7 @@ version=$2
extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20100525/${LIBNAME}.so
if [ "$version" = '70' ] || [ "$version" = '71' ] || [ "$version" = '72' ] || [ "$version" = '73' ];then
LIBV='3.0.7';
LIBV='3.0.7'
fi
Install_lib()
@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -49,8 +49,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -45,8 +45,8 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -41,9 +41,8 @@ Install_lib()
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --enable-xhprof --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,6 @@ Install_lib()
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,8 +38,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,9 +42,7 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -45,8 +45,8 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -39,8 +39,6 @@ Install_lib()
--with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -38,9 +38,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -37,12 +37,10 @@ Install_lib()
wget -O $php_lib/zend-loader-php5.6.tar.gz http://downloads.zend.com/guard/7.0.0/zend-loader-php5.6-linux-x86_64_update1.tar.gz
fi
cd $php_lib && tar xvf zend-loader-php5.6.tar.gz
cd zend-loader-php5.6*
cp ZendGuardLoader.so $serverPath/php/$version/lib/php/extensions/no-debug-non-zts-20131226/
rm -rf $php_lib/zend-loader-php5.6*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
# cd $php_lib
# rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -44,9 +44,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--disable-memcached-sasl && \
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,8 +43,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
# cd $php_lib
# rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -44,9 +44,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -11,8 +11,6 @@ rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
actionType=$1
version=$2
@ -34,8 +32,6 @@ Install_lib()
if [ ! -f "$extFile" ];then
php_lib=$sourcePath/php_lib
mkdir -p $php_lib
@ -47,9 +43,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -43,7 +43,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -43,7 +43,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -41,7 +41,6 @@ Install_lib()
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,9 +42,6 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
# cd $php_lib
# rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,6 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -45,8 +45,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -42,8 +42,6 @@ Install_lib()
--disable-memcached-sasl && \
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -47,9 +47,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -48,8 +48,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
sleep 1
if [ ! -f "$extFile" ];then

View File

@ -41,8 +41,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-openssl --with-openssl-dir=$serverPath/lib/openssl --enable-sockets
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
fi
while [[ ! -f "$extFile" ]];

View File

@ -40,8 +40,6 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd $php_lib
rm -rf ${LIBNAME}-*
fi
if [ ! -f "$extFile" ];then

View File

@ -44,9 +44,6 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf yaf-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -46,9 +46,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -49,9 +49,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-curl=$serverPath/lib/curl
make && make install && make clean
cd ..
rm -rf ${LIBNAME}-*
rm -f package.xml
fi
if [ ! -f "$extFile" ];then

View File

@ -40,10 +40,8 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install
cd $php_lib
rm -rf ${LIBNAME}-*
make && make install && make clean
fi
if [ ! -f "$extFile" ];then

View File

@ -42,10 +42,7 @@ Install_lib()
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \
--with-libmemcached-dir=$serverPath/lib/libmemcached \
--disable-memcached-sasl && \
make && make install
cd $php_lib
rm -rf ${LIBNAME}-*
make && make install && make clean
fi
if [ ! -f "$extFile" ];then

Some files were not shown because too many files have changed in this diff Show More