From 8837206e4e06ba2c646f4e2a659fd822af7fd2ef Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 8 Jan 2011 14:38:14 +0100 Subject: [PATCH] removed obsolete note in the doc --- doc/templates.rst | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) 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 ~~~~~~~~ -- 1.7.2.5