projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0490433
)
update NEWS
author
Anatol Belski
<ab@php.net>
Tue, 4 Jul 2017 09:30:30 +0000
(11:30 +0200)
committer
Anatol Belski
<ab@php.net>
Tue, 4 Jul 2017 09:30:30 +0000
(11:30 +0200)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index be4b2fae7a4a135fb00f583bfe31916009edd478..0f598d85d3f32e1252a06da42d699ed795513c01 100644
(file)
--- 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).