php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #65407
Patch correct_php_ini_opcache_enabled_default revision 2013-08-07 01:53 UTC by stephen at stecman dot co dot nz

Patch correct_php_ini_opcache_enabled_default for opcache Bug #65407

Patch version 2013-08-07 01:53 UTC

Return to Bug #65407 | Download this patch
Patch Revisions:

Developer: stephen@stecman.co.nz

diff --git a/php.ini-development b/php.ini-development
index 3c53ffd..56990a9 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1864,7 +1864,7 @@ ldap.max_links = -1
 
 [opcache]
 ; Determines if Zend OPCache is enabled
-;opcache.enable=0
+;opcache.enable=1
 
 ; Determines if Zend OPCache is enabled for the CLI version of PHP
 ;opcache.enable_cli=0
diff --git a/php.ini-production b/php.ini-production
index 91b55d6..0f4dc7b 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1865,7 +1865,7 @@ ldap.max_links = -1
 
 [opcache]
 ; Determines if Zend OPCache is enabled
-;opcache.enable=0
+;opcache.enable=1
 
 ; Determines if Zend OPCache is enabled for the CLI version of PHP
 ;opcache.enable_cli=0
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC