r94741 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94740‎ | r94741 | r94742 >
Date:10:55, 17 August 2011
Author:vasilievvv
Status:deferred
Tags:
Comment:
Change AST depth limit from insanely high to relatively high.
Modified paths:
  • /trunk/extensions/WikiScripts/WikiScripts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiScripts/WikiScripts.php
@@ -97,7 +97,7 @@
9898 * example 2 + 2 * 2 ** 2 is parsed to (2 + (2 * (2 ** 2))) and needs
9999 * depth 3 to be parsed.
100100 */
101 - 'depth' => 100,
 101+ 'depth' => 35,
102102 );
103103
104104 /**

Status & tagging log