wip
This commit is contained in:
@@ -96,6 +96,9 @@ if ( ! xml_parse( $xml_parser, $opml, true ) ) {
|
||||
);
|
||||
}
|
||||
|
||||
// Free up memory used by the XML parser.
|
||||
xml_parser_free( $xml_parser );
|
||||
if ( PHP_VERSION_ID < 80000 ) { // xml_parser_free() has no effect as of PHP 8.0.
|
||||
// Free up memory used by the XML parser.
|
||||
xml_parser_free( $xml_parser );
|
||||
}
|
||||
|
||||
unset( $xml_parser );
|
||||
|
||||
Reference in New Issue
Block a user