https://bugzilla.wikimedia.org/show_bug.cgi?id=68261
dan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from dan <[email protected]> --- the issue seems to be related to the custom stream that is created in Import.php using $id = UploadSourceAdapter::registerSource( $source ); and then $this->reader->open( "uploadsource://$id" ); GWToolset uses XMLReader->open() with uploaded XML files without a custom stream and has no problem. so i'm not sure the issue lies in how hhvm implements XMLReader, but how it handles custom streams or how mw is creating the custom stream. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
