added a note in the docs about the fact that installing the C ext is optional
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 May 2014 15:15:28 +0000 (17:15 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 May 2014 15:15:28 +0000 (17:15 +0200)
doc/installation.rst

index 9e5cbb7..d402f8a 100644 (file)
@@ -66,6 +66,10 @@ Installing the C extension
 .. versionadded:: 1.4
     The C extension was added in Twig 1.4.
 
+.. note::
+    The C extension is **optional** but as it brings some nice performance
+    improvements, you might want to install it in your production environment.
+
 Twig comes with a C extension that enhances the performance of the Twig
 runtime engine; install it like any other PHP extensions: