1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

Update NEWS

This commit is contained in:
Xinchen Hui
2016-12-09 22:39:42 +08:00
parent 09b36113b0
commit 4eb4ec2cb1

6
NEWS
View File

@@ -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: