Skip to content

Commit 7c48479

Browse files
committed
[ci skip] moved soap fix to 7.4.11
When committing I didn't notice that version had been just bumped
1 parent 233b66c commit 7c48479

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
@@ -71,7 +71,11 @@ PHP NEWS
7171

7272
- PDO:
7373
. Fixed bug #80027 (Terrible performance using $query->fetch on queries with
74-
many bind parameters (Matteo)
74+
many bind parameters). (Matteo)
75+
76+
- SOAP:
77+
. Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
78+
"Transfer-Encoding: chunked"). (Matteo)
7579

7680
- Standard:
7781
. Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
@@ -123,10 +127,6 @@ PHP NEWS
123127
. Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
124128
(Nikita)
125129

126-
- SOAP:
127-
. Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
128-
"Transfer-Encoding: chunked"). (Matteo)
129-
130130
- Standard:
131131
. Fixed bug #79930 (array_merge_recursive() crashes when called with array
132132
with single reference). (Nikita)

0 commit comments

Comments
 (0)