update NEWS

This commit is contained in:
Anatol Belski 2017-07-04 11:30:30 +02:00
parent 04904333fd
commit 6f78923d1f

2
NEWS
View File

@ -46,6 +46,8 @@ PHP NEWS
. Fixed bug #74658 (Undefined constants in array properties result in broken
properties). (Laruence)
. Fixed misparsing of abstract unix domain socket names. (Sara)
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
zval_get_type). (Nikita)
- Date:
. Fixed bug #74639 (implement clone for DatePeriod and DateInterval).