]> granicus.if.org Git - php/commitdiff
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode...
authorChristopher Jones <sixd@php.net>
Mon, 21 Oct 2013 21:20:35 +0000 (14:20 -0700)
committerChristopher Jones <sixd@php.net>
Mon, 21 Oct 2013 21:20:35 +0000 (14:20 -0700)
NEWS
php.ini-development
php.ini-production

diff --git a/NEWS b/NEWS
index 69b1658158db821e6f66e61969a16fe9d3672e1f..b51b8b23eb3cffd5f974bfc8a4d228be58370ea5 100644 (file)
--- 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)
 
index 630f9e94e574a3d1d97408e4a94f7218515cb762..2ef47a40a24480568321677310090fa88d916bf3 100644 (file)
@@ -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"
index ba30f90880f45f258bea5e4497e51d9ac205512f..c39de742db8b1cd466463577f522a3bbdb27a82f 100644 (file)
@@ -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"