]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorMatteo Beccati <mbeccati@php.net>
Tue, 18 Aug 2020 16:27:26 +0000 (18:27 +0200)
committerMatteo Beccati <mbeccati@php.net>
Tue, 18 Aug 2020 16:27:26 +0000 (18:27 +0200)
* PHP-7.3:
  Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked"

1  2 
NEWS
ext/soap/php_http.c

diff --cc NEWS
index 5aa9df62d19b471dac660f2c425d4b3c867981ba,4748996c26c8368db5f7fe7ffca31bd84f2c4db6..9e7b8cb9f393994930f589ea2f53ca8f1e2adf6e
--- 1/NEWS
--- 2/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)
Simple merge