]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Thu, 14 Jan 2016 17:42:13 +0000 (18:42 +0100)
committerAnatol Belski <ab@php.net>
Thu, 14 Jan 2016 17:42:13 +0000 (18:42 +0100)
NEWS

diff --git a/NEWS b/NEWS
index dbdd13733865253ae7375755a6eebcf4f8fbf333..01381cc4c6df48ebbc4746e20994ff5a5bb5f4c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ PHP                                                                        NEWS
 - LDAP:
   . Fixed bug #71249 (ldap_mod_replace/ldap_mod_add store value as string
     "Array"). (Laruence)
+
+- SOAP:
+  . Fixed bug #70979 (crash with bad soap request). (Anatol)
   
 - SPL:
   . Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).