From: Christopher Jones Date: Mon, 21 Oct 2013 21:20:35 +0000 (-0700) Subject: Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode... X-Git-Tag: php-5.5.6RC1~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6ceea4a25f667bfed6c26899dd55a274a3270d3;p=php Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org) --- diff --git a/NEWS b/NEWS index 69b1658158..b51b8b23eb 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2013, PHP 5.5.6 - Core: + . Fixed bug #65939 (Space before ";" breaks php.ini parsing). + (brainstorm at nopcode dot org) . Fixed bug #65911 (scope resolution operator - strange behavior with $this). (Bob Weinand) diff --git a/php.ini-development b/php.ini-development index 630f9e94e5..2ef47a40a2 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1907,7 +1907,7 @@ ldap.max_links = -1 ;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" diff --git a/php.ini-production b/php.ini-production index ba30f90880..c39de742db 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1907,7 +1907,7 @@ ldap.max_links = -1 ;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"