Skip to content

Commit ca978bc

Browse files
authored
[skip ci] The UPGRADING entry should be in the BC break section
1 parent 234c53a commit ca978bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

UPGRADING

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ PHP 8.6 UPGRADE NOTES
117117
to 1).
118118
RFC: https://wiki.php.net/rfc/session_security_defaults
119119

120+
- SOAP:
121+
. WSDL/XML Schema parsing now rejects out-of-range integer values for
122+
occurrence constraints and integer restriction facets. Negative minOccurs
123+
and maxOccurs values are rejected as well.
124+
120125
- SPL:
121126
. SplObjectStorage::getHash() implementations may no longer mutate any
122127
SplObjectStorage instance. Attempting to do so now throws an Error.
@@ -341,11 +346,6 @@ PHP 8.6 UPGRADE NOTES
341346
- mysqli
342347
. Added new constant MYSQLI_OPT_COMPRESS.
343348

344-
- Soap:
345-
. WSDL/XML Schema parsing now rejects out-of-range integer values for
346-
occurrence constraints and integer restriction facets. Negative minOccurs
347-
and maxOccurs values are rejected as well.
348-
349349
========================================
350350
10. New Global Constants
351351
========================================

0 commit comments

Comments
 (0)