summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2020-10-02 09:32:52 +0200
committerMatteo Beccati <mbeccati@php.net>2020-10-02 09:32:52 +0200
commit1666cfcca0356168e2b61610b98052c3b85cae9d (patch)
tree852d1582ca04530901e072e7d38aa05d99ea635f
parent773f980e00af7ca45488d3c2879f5f6ba78c96e2 (diff)
downloadphp-git-1666cfcca0356168e2b61610b98052c3b85cae9d.tar.gz
[ci skip] moved soap fix to 7.3.23
When committing I didn't notice that version had been just bumped
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 214c5ac342..d3bc469cd4 100644
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,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)
@@ -104,10 +108,6 @@ PHP NEWS
. Fixed bug #64705 (errorInfo property of PDOException is null when
PDO::__construct() fails). (Ahmed Abdou)
-- 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)