mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
24d83b3c594e2ccaf72b8d411547ac1ba962fcb1
Commits -------75748a5revert accidental mode change681d2b8fix nested buffers issue #374 Discussion ---------- fix nested buffers issue #374 see #374 for details --------------------------------------------------------------------------- by fabpot at 2011/07/09 01:02:50 -0700 You have inadvertently changed the mode to 0755. Should stay at 0644. --------------------------------------------------------------------------- by macolu at 2011/07/09 03:07:42 -0700 Mode change reverted. About this Windows bug... Are you talking about the zlib issue? When zlib compression is activated, it adds a buffer level that ob_end_clean() can't close. So ob_get_level() never go below 1. http://cksource.com/forums/viewtopic.php?t=21653 http://www.php.net/manual/fr/function.ob-get-level.php#52945 In that case, the first ob_get_level() call will always return something greater than 0. So $level var will be > 0. This should avoid infinite loops.
…
…
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.
Description
Languages
PHP
99.9%