pull/149/head
midoks 3 years ago
parent cb2466b65c
commit 5352e3e5fa
  1. 3
      plugins/mysql/conf/my.cnf
  2. 2
      plugins/php/versions/common/gd.sh
  3. 2
      plugins/php/versions/common/gd_old.sh
  4. 2
      plugins/php/versions/common/yaf.sh

@ -34,7 +34,8 @@ max_connections = 500
max_connect_errors = 100
open_files_limit = 65535
skip-grant-tables
skip-name-resolve=1
#skip-grant-tables
#skip-networking
#skip-external-locking
#loose-skip-innodb

@ -79,7 +79,7 @@ Install_lib()
echo "[${LIBNAME}]" >> $serverPath/php/$version/etc/php.ini
echo "extension=${LIBNAME}.so" >> $serverPath/php/$version/etc/php.ini
$serverPath/php/init.d/php${version} restart
bash ${rootPath}/plugins/php/versions/lib.sh $version restart
echo '==========================================================='
echo 'successful!'
}

@ -89,7 +89,7 @@ Install_lib()
echo "[${LIBNAME}]" >> $serverPath/php/$version/etc/php.ini
echo "extension=${LIBNAME}.so" >> $serverPath/php/$version/etc/php.ini
$serverPath/php/init.d/php${version} restart
bash ${rootPath}/plugins/php/versions/lib.sh $version restart
echo '==========================================================='
echo 'successful!'
}

@ -109,7 +109,7 @@ Uninstall_lib()
sed -i $BAK "/${LIBNAME}.use_namespace/d" $serverPath/php/$version/etc/php.ini
sed -i $BAK "/\[${LIBNAME}\]/d" $serverPath/php/$version/etc/php.ini
rm -f $extFile
rm -rf $extFile
bash ${rootPath}/plugins/php/versions/lib.sh $version restart
echo '==============================================='
echo 'successful!'

Loading…
Cancel
Save