This commit is contained in:
parent
0a48d2a7ee
commit
8d96320e79
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,8 +49,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
sleep 1
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,9 +49,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd ..
|
||||
rm -rf yaf-*
|
||||
rm -f package.xml
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ Install_lib()
|
|||
|
||||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ Install_lib()
|
|||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ Install_lib()
|
|||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ Install_lib()
|
|||
make && make install && make clean
|
||||
|
||||
cd $php_lib
|
||||
rm -rf ${LIBNAME}-*
|
||||
fi
|
||||
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue