projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7c63a7d
)
added a note in the docs about the fact that installing the C ext is optional
author
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 26 May 2014 15:15:28 +0000 (17:15 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Mon, 26 May 2014 15:15:28 +0000 (17:15 +0200)
doc/installation.rst
patch
|
blob
|
history
diff --git
a/doc/installation.rst
b/doc/installation.rst
index
9e5cbb7
..
d402f8a
100644
(file)
--- a/
doc/installation.rst
+++ b/
doc/installation.rst
@@
-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: