Parser cannot be freed while it is parsing. in /srv/mediawiki/php-1.25wm f16/includes/media/XMP.php on line 156
Offending code:
⠀⠀⠀/** Destroy the xml parser
⠀⠀⠀ *
⠀⠀⠀ * Not sure if this is actually needed.
⠀⠀⠀ */
⠀⠀⠀function __destruct() {
⠀⠀⠀⠀⠀⠀// not sure if this is needed.
⠀⠀⠀⠀⠀⠀xml_parser_free( $this->xmlParser );
⠀⠀⠀}