mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
fd634d1af20fb41dd4e9f7b23806513a6a6b8110
Commits -------06361caadded note in changelog2706412fixed random function when charset is null Discussion ---------- Fixed random function when charset is null Fixed random function when charset is null and the value is an empty string, resulting in an mt_rand error max(-1) is smaller than min(0). Also fixed a test on windows. But I don't know why you introduced the special handling for `null === $env->getCharset()`. Why is that necessary and why is it possible to have a null charset at all? Usually it defaults to utf-8 anyway.
…
…
…
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%