https://bugzilla.wikimedia.org/show_bug.cgi?id=29846
--- Comment #1 from Ariel T. Glenn <[email protected]> 2011-07-12 15:53:07 UTC --- Versions of libxml from 2.7.3 on have a 10mb cap to the size of a text node. The revision in the above file where it chokes is revid 39456798, pageid 3976790, length 10369813. (I guess in 2006 you could still sneak in really huge text.) This can be overridden by passing the option LIBXML_PARSEHUGE to XMLReader::open when the constant is defined. This was committed for Import.php and backupPrefetch.inc in trunk in r91967. I don't know if we are going to need this in a writer someplace so I'm leaving this bug open for now. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
