]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 15 Sep 2021 06:49:24 +0000 (08:49 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 15 Sep 2021 06:49:24 +0000 (08:49 +0200)
php/7.4/apache2/php.ini
php/7.4/mods-available/opcache.ini

index e30c3417f8116f3c4acb4f35e9967c61001f9f0d..e1ba03fe5720d0d48d0f27f8486b36643d2404c8 100644 (file)
@@ -1766,7 +1766,7 @@ ldap.max_links = -1
 
 [opcache]
 ; Determines if Zend OPCache is enabled
-opcache.enable=1
+opcache.enable=0
 
 ; Determines if Zend OPCache is enabled for the CLI version of PHP
 ;opcache.enable_cli=0
index aac373c230c58cf6c852eb4e3b004251a0bc051a..8a0c41aadea09628261e8f711dc500dcbdb21aec 100644 (file)
@@ -1,7 +1,7 @@
 ; configuration for php opcache module
 ; priority=10
 zend_extension=opcache.so
-opcache.enable_cli=1
+opcache.enable_cli=1
 opcache.interned_strings_buffer=8
 opcache.max_accelerated_files=10000
 opcache.memory_consumption=128