summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-17 00:41:31 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-17 00:42:45 +0200
commit1bb92d52121cf2635df163911216bf2958db4d34 (patch)
tree3b2c22da77eaf4fc149872c138f834df9ed8b8e1 /NEWS
parent4a4422740f917f46e0860024667042733f61152b (diff)
downloadphp-git-1bb92d52121cf2635df163911216bf2958db4d34.tar.gz
#72085: SEGV on unknown address zif_xml_parse
We better make sure that the ZVALs we're accessing as arrays are indeed arrays.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf6a294132..30a17c1d05 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #72823 (strtr out-of-bound access). (cmb)
. Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
+- XML:
+ . Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)
+
18 Aug 2016, PHP 5.6.25
- Core: