https://bugzilla.wikimedia.org/show_bug.cgi?id=16554


Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Keywords|                            |upstream




--- Comment #14 from Brion Vibber <[email protected]>  2009-01-15 17:37:18 
UTC ---
There's (fairly minimal) XMLReader-based code in backupPrefetch.inc which might
be helpful as a base to work from; I do agree it's a much nicer interface to
work with, and a redo of the import code would be a lot cleaner using it.

Note though that XMLReader is not bundled with PHP 5.0 (available only via
PECL), and in 5.1 and later it's on by default in a *fresh* compile but many
distro packages may not install it by default.

If we rely on XMLReader for core import functionality, we'll want to officially
drop PHP 5.0 compatibility and do a check for the extension at install time
(and at run time so we can fail gracefully).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to