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
|