dcarbone / xml-writer-plus

Simple XML Writer library for PHP 5.4+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMLWriter::flush(): Invalid or uninitialized

eka7a opened this issue · comments

When I tested it with php 7.4.13 version it gave this error
XMLWriter::flush(): Invalid or uninitialized XMLWriter object in XMLWriterPlus.php on line 43

@eka7a: Could you provide a code snippet around what you tried?

I have removed the destructor entirely as it really shouldn't be necessary.