summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-18 17:53:08 +0200
committerAnatol Belski <ab@php.net>2016-08-18 17:53:08 +0200
commit2a1d35ec6c47cc31bf5f3305c8059dad8b58c88e (patch)
treedcf932c7c8150bba1743821cd1451029d7385bda
parentb4b8d0887ad06b092716773f56804d2dbe847718 (diff)
downloadphp-git-2a1d35ec6c47cc31bf5f3305c8059dad8b58c88e.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c9ef1fbc63..ab8a138b09 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,9 @@ PHP NEWS
with IIS FTP 7.5, 8.5). (vhuk)
. Fixed bug #72810 (Missing SKIP_ONLINE_TESTS checks). (vhuk)
+- sysvshm:
+ . Fixed bug #72858 (shm_attach null dereference). (Anatol)
+
- XML:
. Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)