removed obsolete note in the doc

This commit is contained in:
Fabien Potencier
2011-01-08 14:38:14 +01:00
parent 7048606421
commit 8837206e4e
-7
View 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
~~~~~~~~