mod_php_install.sh: fix error aktivating opcache on php version 8.5 (and greater?)

This commit is contained in:
2026-03-27 11:09:46 +01:00
parent 4b2d7262c6
commit a5a4a18749

View File

@@ -10973,6 +10973,10 @@ if [[ -n "$zend_extension_opcache" ]];then
echo_failed
fi
fi
if [[ -n "$zend_extension_opcache" ]] || main_version_ge "8.5" ; then
## - set opcache.error_log="/var/log/apache2/
## -
echononl "\tphp.ini: opcache.error_log = /var/log/apache2/opcache_errors.log"