File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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========================================
35035010. New Global Constants
351351========================================
You can’t perform that action at this time.
0 commit comments