mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
2450f79a0efccc65cd7c2d7c338d6c4e36c9da35
4487387 (closes #932)
* Globals are now managed by themselves, independently of other elements contained in extensions * A global variable value can now be changed after the runtime has been initialized (to be more BC with the way Twig 1.11 works) * Extensions are not initialized anymore when rendering a template that is already in the cache (like in Twig 1.11)
…
changed the way globals behave to be more BC with 1.11 and to avoid speed problems at runtime introduced in
4487387 (closes #932)
changed the way globals behave to be more BC with 1.11 and to avoid speed problems at runtime introduced in
4487387 (closes #932)
…
…
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.
Description
Languages
PHP
99.9%
