1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2017-07-04 11:29:00 +02:00
parent d02f953faf
commit ce64b82ebb

2
NEWS
View File

@@ -39,6 +39,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)
- DOM:
. Fixed bug #69373 (References to deleted XPath query results). (ttoohey)