Skip to content

Commit b6ceea4

Browse files
committed
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
1 parent ee7cfa0 commit b6ceea4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ PHP NEWS
33
?? ??? 2013, PHP 5.5.6
44

55
- Core:
6+
. Fixed bug #65939 (Space before ";" breaks php.ini parsing).
7+
(brainstorm at nopcode dot org)
68
. Fixed bug #65911 (scope resolution operator - strange behavior with $this).
79
(Bob Weinand)
810

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ ldap.max_links = -1
19071907
;opcache.revalidate_path=0
19081908

19091909
; If disabled, all PHPDoc comments are dropped from the code to reduce the
1910-
;size of the optimized code.
1910+
; size of the optimized code.
19111911
;opcache.save_comments=1
19121912

19131913
; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ ldap.max_links = -1
19071907
;opcache.revalidate_path=0
19081908

19091909
; If disabled, all PHPDoc comments are dropped from the code to reduce the
1910-
;size of the optimized code.
1910+
; size of the optimized code.
19111911
;opcache.save_comments=1
19121912

19131913
; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"

0 commit comments

Comments
 (0)