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

diff --git a/NEWS b/NEWS
index 5929a4c6a6a9f130c9c0545707ba3312f5659d08..d9738749a7ca48bb34e7a783af43e47f34a19050 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ PHP                                                                        NEWS
     always for successful read. i.e. Non-existing session read must return
     empty string. PHP 7.0 is made not to tolerate buggy return value. (Yasuo)
 
+- SOAP:
+  . Fixed bug #70979 (crash with bad soap request). (Anatol)
+
 - SPL:
   . Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
     (Laruence)