Skip to content

Commit b3a2b44

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
2 parents d15cedf + b6ceea4 commit b3a2b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

+1-1
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ ldap.max_links = -1
19061906
;opcache.revalidate_path=0
19071907

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

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

php.ini-production

+1-1
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ ldap.max_links = -1
19061906
;opcache.revalidate_path=0
19071907

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

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

0 commit comments

Comments
 (0)