Fixed api.php?action=parse&format=xmlfm hitting PCRE limit.
authorMax Semenik <maxsem.wiki@gmail.com>
Mon, 2 Apr 2012 14:21:26 +0000 (18:21 +0400)
committerAntoine Musso <hashar@free.fr>
Tue, 3 Apr 2012 09:19:14 +0000 (11:19 +0200)
commit926afc65c316c6e7cf3935c740c9328ceb57c84a
treecde58f78200e2557477e3009ed9993bb8edc916f
parentfbfa5c0087e64c7d8206ade24a2007ec5d48bd1c
Fixed api.php?action=parse&format=xmlfm hitting PCRE limit.

By the way, regexes weren't needed here at all.

Change-Id: I41d222a4d60ead3655f7565b6703186abcd223e0
includes/api/ApiFormatBase.php