Skip to content

Commit 1666cfc

Browse files
committed
[ci skip] moved soap fix to 7.3.23
When committing I didn't notice that version had been just bumped
1 parent 773f980 commit 1666cfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ PHP NEWS
6060

6161
- PDO:
6262
. Fixed bug #80027 (Terrible performance using $query->fetch on queries with
63-
many bind parameters (Matteo)
63+
many bind parameters). (Matteo)
64+
65+
- SOAP:
66+
. Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
67+
"Transfer-Encoding: chunked"). (Matteo)
6468

6569
- Standard:
6670
. Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
@@ -104,10 +108,6 @@ PHP NEWS
104108
. Fixed bug #64705 (errorInfo property of PDOException is null when
105109
PDO::__construct() fails). (Ahmed Abdou)
106110

107-
- SOAP:
108-
. Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
109-
"Transfer-Encoding: chunked"). (Matteo)
110-
111111
- Standard:
112112
. Fixed bug #79930 (array_merge_recursive() crashes when called with array
113113
with single reference). (Nikita)

0 commit comments

Comments
 (0)