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

--- Comment #13 from Gabriel Wicke <[email protected]> ---
Looking at the source at
http://es.wikisource.org/w/index.php?title=Usuario:C%C3%A1rdenas/PRUEBAS&action=edit&oldid=651094,
there's *a lot* of unclosed template calls, which means that the tokenizer is
(correctly) trying to parse this as deeply nested templated parameters.

The PHP parser handles this page without crashing. The reason for this is that
it sets $wgMaxTemplateDepth = 40; by default, and aborts a recursion beyond
that point without crashing.

I'll see if I can add a similar mechanism in the tokenizer.

-- 
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

Reply via email to