mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
73c0777435554086ca7a734b91c49f62b5ea3e76
This PR was merged into the 1.x branch.
Discussion
----------
[WIP] Take into account passed options when generating cache key (closes #1604)
Cache depends on options like optimization or debug mode. If we generate different cache files depends on php version or enabled extensions - we can take into account options with wich env was created.
Commits
-------
9f3cfc3 Take into account passed options when generating cache key (closes #1604)
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: http://twig.sensiolabs.org/documentation
Description
Languages
PHP
99.9%