wip
This commit is contained in:
+4
-1
@@ -93,7 +93,10 @@ class MagpieRSS {
|
||||
}
|
||||
}
|
||||
|
||||
xml_parser_free( $this->parser );
|
||||
if ( PHP_VERSION_ID < 80000 ) { // xml_parser_free() has no effect as of PHP 8.0.
|
||||
xml_parser_free( $this->parser );
|
||||
}
|
||||
|
||||
unset( $this->parser );
|
||||
|
||||
$this->normalize();
|
||||
|
||||
Reference in New Issue
Block a user