diff options
author | Christopher Jones <sixd@php.net> | 2013-10-21 14:21:19 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-10-21 14:21:19 -0700 |
commit | b3a2b44198f160aa829c0079012dd8a029fe5f6d (patch) | |
tree | 31a7f755105482097672249cfd3c6e23547683b2 /php.ini-production | |
parent | d15cedfba9bfa99bf4d4f55ebf67ef49adf1d15b (diff) | |
parent | b6ceea4a25f667bfed6c26899dd55a274a3270d3 (diff) | |
download | php-git-b3a2b44198f160aa829c0079012dd8a029fe5f6d.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org)
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 8ed89c799c..d78cdcbe41 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1906,7 +1906,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" |