https://bugzilla.wikimedia.org/show_bug.cgi?id=9911
This, that and the other (TTO) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from This, that and the other (TTO) <[email protected]> --- Note that this bug was filed when Import was using the expat-based "XML Parser" PHP framework. Currently, Import uses XMLReader (a somewhat crappy libxml wrapper). The only way to get proper error handling from this is to call global config functions like libxml_use_internal_errors(true). Given that other XMLReader global config functions have other issues with thread safety, I would be very nervous about trying that. Having said that, I notice no-one has commented here since 2008, and XMLReader has been implemented since then, so I wonder if this can be closed... -- 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
