Update NEWS

This commit is contained in:
Xinchen Hui 2017-05-27 22:43:30 +08:00
parent 19befb1ca2
commit 398efb087c

4
NEWS
View File

@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #74658 (Undefined constants in array properties result in broken
properties). (Laruence)
- Opcache:
. Fixed bug #74663 (Segfault with opcache.memory_protect and
validate_timestamp). (Laruence)
- SPL:
. Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
(jhdxr)