From: Matteo Beccati Date: Tue, 18 Aug 2020 16:27:26 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3877172411e7b7f2081af39dfe293e399c98731c;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked" --- 3877172411e7b7f2081af39dfe293e399c98731c diff --cc NEWS index 5aa9df62d1,4748996c26..9e7b8cb9f3 --- a/NEWS +++ b/NEWS @@@ -42,10 -38,10 +42,14 @@@ PH . Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails). (Ahmed Abdou) +- Session: + . 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)