File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,11 @@ PHP NEWS
60
60
61
61
- PDO:
62
62
. 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)
64
68
65
69
- Standard:
66
70
. Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
@@ -104,10 +108,6 @@ PHP NEWS
104
108
. Fixed bug #64705 (errorInfo property of PDOException is null when
105
109
PDO::__construct() fails). (Ahmed Abdou)
106
110
107
- - SOAP:
108
- . Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
109
- "Transfer-Encoding: chunked"). (Matteo)
110
-
111
111
- Standard:
112
112
. Fixed bug #79930 (array_merge_recursive() crashes when called with array
113
113
with single reference). (Nikita)
You can’t perform that action at this time.
0 commit comments