summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-18 17:50:17 +0200
committerAnatol Belski <ab@php.net>2016-08-18 17:50:17 +0200
commite6d322176694f28f48802521a95e2d5f9997afc5 (patch)
treeed861b49b236570099f4c59c4420c014f9a754dd
parent98d8794eae787571e061b3f07bbd196fa373fa48 (diff)
downloadphp-git-e6d322176694f28f48802521a95e2d5f9997afc5.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 525b16d93a..1d98d328a5 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,9 @@ PHP NEWS
. Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails
with IIS FTP 7.5, 8.5). (vhuk)
+- Sysvshm:
+ . Fixed bug #72858 (shm_attach null dereference). (Anatol)
+
- XML:
. Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)