安装后,可以删除就删除

pull/496/head
midoks 2 years ago
parent d8a5fcab90
commit 7bda3c0cd6
  1. 2
      plugins/php/versions/common/apcu.sh
  2. 3
      plugins/php/versions/common/igbinary.sh
  3. 3
      plugins/php/versions/common/imagemagick.sh
  4. 3
      plugins/php/versions/common/mcrypt.sh
  5. 1
      plugins/php/versions/common/memcache.sh
  6. 2
      plugins/php/versions/common/memcached.sh
  7. 1
      plugins/php/versions/common/mongo.sh
  8. 1
      plugins/php/versions/common/mongodb.sh
  9. 2
      plugins/php/versions/common/phalcon.sh
  10. 1
      plugins/php/versions/common/redis.sh
  11. 4
      plugins/php/versions/common/seaslog.sh
  12. 1
      plugins/php/versions/common/sodium.sh
  13. 2
      plugins/php/versions/common/solr.sh
  14. 2
      plugins/php/versions/common/swoole.sh
  15. 1
      plugins/php/versions/common/xdebug.sh
  16. 1
      plugins/php/versions/common/xhprof.sh
  17. 2
      plugins/php/versions/common/yac.sh
  18. 1
      plugins/php/versions/common/yaf.sh

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

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

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

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

@ -69,6 +69,7 @@ Install_lib()
--enable-memcache --with-zlib-dir
make clean && make && make install && make clean
rm -rf $php_lib/${LIBNAME}-${LIBV}
fi
if [ ! -f "$extFile" ];then

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

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

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

@ -69,6 +69,8 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make clean && make && make install && make clean
rm -rf $php_lib/${LIBNAME}-${LIBV}
fi
while [[ ! -f "$extFile" ]];

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

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

@ -59,6 +59,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config --with-sodium=$serverPath/lib/libsodium
make clean && make && make install && make clean
rm -rf $php_lib/lib${LIBNAME}-${LIBV}
fi
if [ ! -f "$extFile" ];then

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

@ -76,6 +76,8 @@ Install_lib()
--with-openssl-dir=$serverPath/lib/openssl \
--enable-sockets
make clean && make && make install && make clean
rm -rf $php_lib/${LIBNAME}-${LIBV}
fi
while [[ ! -f "$extFile" ]];

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

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

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

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

Loading…
Cancel
Save