]> granicus.if.org Git - php/commitdiff
[ci skip] moved soap fix to 7.4.11
authorMatteo Beccati <mbeccati@php.net>
Fri, 2 Oct 2020 07:33:50 +0000 (09:33 +0200)
committerMatteo Beccati <mbeccati@php.net>
Fri, 2 Oct 2020 07:33:50 +0000 (09:33 +0200)
When committing I didn't notice that version had been just bumped

NEWS

diff --git a/NEWS b/NEWS
index d47582e51b94531c57deabe3cad2fa4fa4d2334a..826c0f0a7142af695a4b92459a7ad7ec6d523626 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,7 +71,11 @@ PHP                                                                        NEWS
 
 - PDO:
   . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
-    many bind parameters (Matteo)
+    many bind parameters). (Matteo)
+
+- SOAP:
+  . Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
+    "Transfer-Encoding: chunked"). (Matteo)
 
 - Standard:
   . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
@@ -123,10 +127,6 @@ PHP                                                                        NEWS
   . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
     (Nikita)
 
-- SOAP:
-  . Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
-    "Transfer-Encoding: chunked"). (Matteo)
-
 - Standard:
   . Fixed bug #79930 (array_merge_recursive() crashes when called with array
     with single reference). (Nikita)