summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-12-17 11:39:09 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-12-17 11:39:09 +0200
commit860ef0e2d7439214098430898fe15051ffc5e3a8 (patch)
tree60ecb39dea17f7fbaca4a1016581faf63e8dfd16
parent38e16154dd8e01548f553f82f28dfb7172230bdb (diff)
downloadphp-git-860ef0e2d7439214098430898fe15051ffc5e3a8.tar.gz
Align NEWS entry format
-rw-r--r--NEWS12
1 files changed, 5 insertions, 7 deletions
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