Patch php.ini_configparser for PHP options/info functions Bug #65939
Patch version 2013-10-21 15:01 UTC
Return to Bug #65939 |
Download this patch
Patch Revisions:
Developer: brainstorm@nopcode.org
--- php.ini-development.orig 2013-10-21 16:52:35.000000000 +0200
+++ php.ini-development 2013-10-21 16:54:22.000000000 +0200
@@ -1907,7 +1907,7 @@
;opcache.revalidate_path=0
; If disabled, all PHPDoc comments are dropped from the code to reduce the
- ;size of the optimized code.
+; size of the optimized code.
;opcache.save_comments=1
; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
--- php.ini-production.orig 2013-10-21 16:52:50.000000000 +0200
+++ php.ini-production 2013-10-21 16:54:39.000000000 +0200
@@ -1907,7 +1907,7 @@
;opcache.revalidate_path=0
; If disabled, all PHPDoc comments are dropped from the code to reduce the
- ;size of the optimized code.
+; size of the optimized code.
;opcache.save_comments=1
; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
|