mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
73d97871e88476381e882d7fed605a1e0cd1ce42
This PR was squashed before being merged into the 1.x branch (closes #2786).
Discussion
----------
Added hint that the php c extension is only for php5
As @fabpot mention in the slack channel the php c twig extension is only available for php5 and is not needed when using php7 as there the performance boost is not significant enough.
Related Issue: #1695
Commits
-------
7266c9ad Added hint that the php c extension is only for php5
…
…
…
Twig, the flexible, fast, and secure template language for PHP ============================================================== Twig is a template language for PHP, released under the new BSD license (code and documentation). Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment. More Information ---------------- Read the `documentation`_ for more information. .. _documentation: https://twig.symfony.com/documentation
Description
Languages
PHP
99.9%