This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+4 -1
View File
@@ -184,7 +184,10 @@ class AtomParser {
}
fclose($fp);
xml_parser_free($parser);
if (PHP_VERSION_ID < 80000) { // xml_parser_free() has no effect as of PHP 8.0.
xml_parser_free($parser);
}
unset($parser);
restore_error_handler();