summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-12-09 22:39:42 +0800
committerXinchen Hui <laruence@gmail.com>2016-12-09 22:39:42 +0800
commit4eb4ec2cb122898a46b18cbbef5ffb0ffce8c415 (patch)
treec4d3064bdcf36bb45db03837a3ddd95f93ffbb8f
parent09b36113b0ed2121610255088bb6742db64a2a33 (diff)
downloadphp-git-4eb4ec2cb122898a46b18cbbef5ffb0ffce8c415.tar.gz
Update NEWS
-rw-r--r--NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8190598909..45e7c9a90a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2017, PHP 7.1.1
- Core:
+ . Fixed bug #73686 (Adding settype()ed values to ArrayObject results in
+ references). (Nikita, Laruence)
. Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created
with list()). (Laruence)
@@ -19,10 +21,6 @@ PHP NEWS
. Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
statement). (Dorin Marcoci)
-- SPL:
- . Fixed bug #73686 (Adding settype()ed values to ArrayObject results in
- references). (Laruence)
-
01 Dec 2016, PHP 7.1.0
- Core: