summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-04 11:29:00 +0200
committerAnatol Belski <ab@php.net>2017-07-04 11:29:00 +0200
commitce64b82ebb2ac87e53cb85c312eafc8c5c37b112 (patch)
tree0300b1078f77fd3adcbf7123a9f8b75e7ef6ab2c
parentd02f953faf4afdd1576acb1380e4cd3c050ac599 (diff)
downloadphp-git-ce64b82ebb2ac87e53cb85c312eafc8c5c37b112.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a97a4596b..89bbcb874d 100644
--- a/NEWS
+++ b/NEWS
@@ -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)