From: Lior Kaplan Date: Thu, 17 Dec 2015 09:39:09 +0000 (+0200) Subject: Align NEWS entry format X-Git-Tag: php-7.0.2RC1~11^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=860ef0e2d7439214098430898fe15051ffc5e3a8;p=php Align NEWS entry format --- diff --git a/NEWS b/NEWS index 45e293f059..86a6345953 100644 --- a/NEWS +++ b/NEWS @@ -45,12 +45,10 @@ PHP NEWS . Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong number of parameters). (Laruence) - 17 Dec 2015, PHP 7.0.1 - Core: - . Fixed bug #70831 (Compile fails on system with 160 CPUs). - (Daniel Axtens) + . Fixed bug #70831 (Compile fails on system with 160 CPUs). (Daniel Axtens) . Fixed bug #71006 (symbol referencing errors on Sparc/Solaris). (Dmitry) . Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed). (Dmitry) @@ -63,8 +61,8 @@ PHP NEWS . Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions). (Laruence) . Fixed bug #70931 (Two errors messages are in conflict). (dams, Laruence) - . Fixed bug #70904 (yield from incorrectly marks valid generator as finished). - (Bob) + . Fixed bug #70904 (yield from incorrectly marks valid generator as + finished). (Bob) . Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze) . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions). (Lior Kaplan) @@ -92,8 +90,8 @@ PHP NEWS connection flag. (Andrey) - OCI8: - . Fixed LOB implementation size_t/zend_long mismatch reported - by gcov. (Senthil) + . Fixed LOB implementation size_t/zend_long mismatch reported by gcov. + (Senthil) - Opcache: . Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32