From: Matteo Beccati Date: Fri, 2 Oct 2020 07:33:50 +0000 (+0200) Subject: [ci skip] moved soap fix to 7.4.11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c48479f62c614198fc4219d74a1c385c2789850;p=php [ci skip] moved soap fix to 7.4.11 When committing I didn't notice that version had been just bumped --- diff --git a/NEWS b/NEWS index d47582e51b..826c0f0a71 100644 --- 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)