summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-04 11:30:30 +0200
committerAnatol Belski <ab@php.net>2017-07-04 11:30:30 +0200
commit6f78923d1fbc88838be1df3d7fb5054d88534d19 (patch)
treed4054a7068116f4d0325398c936ed7478734ad89
parent04904333fdf159abb29c4d0277a356db2ccfd649 (diff)
downloadphp-git-6f78923d1fbc88838be1df3d7fb5054d88534d19.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be4b2fae7a..0f598d85d3 100644
--- a/NEWS
+++ b/NEWS
@@ -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).