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 d72c648 commit fbf221cCopy full SHA for fbf221c
UPGRADING
@@ -653,6 +653,11 @@ PHP 8.0 UPGRADE NOTES
653
instead the XmlParser instance is automatically destroyed if it is no longer
654
referenced.
655
656
+- XMLReader:
657
+ . XMLReader::open() and XMLReader::xml() are now static methods. They still
658
+ can be called dynamically, though, but inheriting classes need to declare
659
+ them as static if they override these methods.
660
+
661
- XMLWriter:
662
. The XMLWriter functions now accept and return, respectively, XMLWriter
663
objects instead of resources.
0 commit comments