1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

Added NEWs

This commit is contained in:
Xinchen Hui
2017-05-27 12:09:11 +08:00
parent cd3520c4d3
commit 63ca6f93a1

4
NEWS
View File

@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2017, PHP 7.1.7
- Core:
. Fixed bug #74658 (Undefined constants in array properties result in broken
properties). (Laruence)
- SPL:
. Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
(jhdxr)