mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
1278ca96af2b7de83f56a18b24b7e27a3d7f5565
This PR was squashed before being merged into the 1.x branch (closes #2647). Discussion ---------- Fix profiler unicity when several ones are registered Closes #2627, closes #2643, alternative to #2645 What happens is that both Twig and Symfony register a Twig profiler. Unfortunately, the current code does assign the same variable for both profiler, which means that trying to close it twice does not work. Commits -------0ee096f0fixed test7b2bdbe3fixed profiler unicity when several ones are registered
…
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%