Skip to content

Commit fbf221c

Browse files
committed
XMLReader::open() and XMLReader::xml() are now static
1 parent d72c648 commit fbf221c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,11 @@ PHP 8.0 UPGRADE NOTES
653653
instead the XmlParser instance is automatically destroyed if it is no longer
654654
referenced.
655655

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+
656661
- XMLWriter:
657662
. The XMLWriter functions now accept and return, respectively, XMLWriter
658663
objects instead of resources.

0 commit comments

Comments
 (0)