We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20966a commit 2cf7993Copy full SHA for 2cf7993
UPGRADING
@@ -33,6 +33,10 @@ PHP 8.4 UPGRADE NOTES
33
now 13 bytes longer. Total length is platform-dependent.
34
. Encountering recursion during comparison now results in a Error exception,
35
rather than a fatal error.
36
+ . Indirect modification of readonly properties within __clone() is no longer
37
+ allowed, e.g. $ref = &$this->readonly. This was already forbidden for
38
+ readonly initialization, and was an oversight in the "readonly
39
+ reinitialization during cloning" implementation.
40
41
- DOM:
42
. Added DOMNode::compareDocumentPosition() and DOMNode::DOCUMENT_POSITION_*
0 commit comments