removed obsolete note in the doc
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:38:14 +0000 (14:38 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 8 Jan 2011 13:38:14 +0000 (14:38 +0100)
doc/templates.rst

index d69462c..231c0eb 100644 (file)
@@ -915,13 +915,6 @@ The operator precedence is as follows, with the lowest-precedence operators
 listed first: ``or``, ``and``, ``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``, ``in``, ``+``, ``-``,
 ``~``, ``*``, ``/``, ``%``, ``//``, ``is``, ``..``, and ``**``.
 
-.. caution::
-
-    When compiling deep-nested arrays or math expressions with Xdebug enabled,
-    Twig can easily reach the default maximum nesting level set by Xdebug via
-    the ``xdebug.max_nesting_level`` setting; changing the default (100) to a
-    bigger value solves the issue.
-
 Literals
 ~~~~~~~~