From b6ceea4a25f667bfed6c26899dd55a274a3270d3 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 21 Oct 2013 14:20:35 -0700 Subject: [PATCH] Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org) --- NEWS | 2 ++ php.ini-development | 2 +- php.ini-production | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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" -- 2.40.0