Skip to content

Commit 2d2dc23

Browse files
authored
Clarify SOAP changes in UPGRADING file
Update SOAP section to clarify changes in classmap option and WSDL parsing.
1 parent 3ce8527 commit 2d2dc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ PHP 8.6 UPGRADE NOTES
157157
- SOAP:
158158
. The "classmap" option of SoapClient and SoapServer now rejects arrays
159159
containing integer keys. Previously, sparse integer-keyed and mixed-keyed
160-
arrays could be accepted. (Weilin Du)
160+
arrays could be accepted.
161161
. WSDL/XML Schema parsing now rejects out-of-range integer values for
162162
occurrence constraints and integer restriction facets. Negative minOccurs
163163
and maxOccurs values are rejected as well.

0 commit comments

Comments
 (0)