opcache.ini.sh: Disable opcache for cli

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-01-21 15:54:41 +01:00
parent e8352bd10e
commit cfc4d57306
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -24,7 +24,7 @@ mkdir -p "$TMP_DIR"
cat <<EOF
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.enable_cli=0
opcache.fast_shutdown=1
opcache.interned_strings_buffer=12
opcache.max_accelerated_files=10000