summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-12-23 19:25:02 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-12-23 19:25:02 +0200
commitdbda61b19bb074849cc2b6a96314f3ce97cfd17b (patch)
tree62f51b1f3be36ee3b1398151eed4d160be8c5c7e
parent5c11f4c489eec23d88950b7c25f904d899231857 (diff)
downloadphp-git-dbda61b19bb074849cc2b6a96314f3ce97cfd17b.tar.gz
Sort 7.0.1 extensions' entries
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 8c7ed91420..d2bc659e50 100644
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,9 @@ PHP NEWS
. Fixed bug #70977 (Segmentation fault with opcache.huge_code_pages=1).
(Laruence)
+- PDO_Firebird:
+ . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)
+
- Phpdbg:
. Fixed stderr being written to stdout. (Bob)
@@ -147,6 +150,10 @@ PHP NEWS
. Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with
5.6). (Laruence)
+- Soap:
+ . Fixed bug #70993 (Array key references break argument processing).
+ (Laruence)
+
- SPL:
. Fixed bug #71028 (Undefined index with ArrayIterator). (Laruence)
@@ -163,13 +170,6 @@ PHP NEWS
- Streams/Socket:
. Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
-- Soap:
- . Fixed bug #70993 (Array key references break argument processing).
- (Laruence)
-
-- PDO_Firebird:
- . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)
-
03 Dec 2015, PHP 7.0.0
- Core: