pull/632/head
Mr Chen 5 months ago
parent a66bab02ab
commit 4e09a802b0
  1. 4
      plugins/php-yum/install.sh
  2. 2
      plugins/php-yum/versions/common/bak_brotli.sh

@ -99,8 +99,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then
echo "install PHP-YUM[${type}] extend end"
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/php-yum/index.py start ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/php-yum/index.py initd_install ${type}
cd ${rootPath} && python3 plugins/php-yum/index.py start ${type}
cd ${rootPath} && python3 plugins/php-yum/index.py initd_install ${type}
if [ ! -f /usr/local/bin/composer ];then
cd /tmp

@ -50,7 +50,7 @@ Install_lib()
cd $php_lib/${LIBNAME}-${LIBV}
/opt/remi/php${version}/root/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config${version}
./configure --with-php-config=/opt/remi/php${version}/root/usr/bin/
make && make install && make clean
fi
Loading…
Cancel
Save