From: Fabien Potencier Date: Sat, 8 Jan 2011 13:38:14 +0000 (+0100) Subject: removed obsolete note in the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8837206e4e06ba2c646f4e2a659fd822af7fd2ef;p=web%2Fkonrad%2Ftwig.git removed obsolete note in the doc --- diff --git a/doc/templates.rst b/doc/templates.rst index d69462c..231c0eb 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -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 ~~~~~~~~