Update opcache.sh

This commit is contained in:
dami 2026-05-17 17:53:53 +08:00
parent e89f96aa2d
commit 729f77d8db
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Install_lib()
echo "[opcache]" >> $serverPath/php/$version/etc/php.ini
if [ "$version" == "85" ];then
echo "no zend_extension"
echo "Force enable opcache in PHP 8.5+"
else
echo "zend_extension=${LIBNAME}.so" >> $serverPath/php/$version/etc/php.ini
fi