Fabien Potencier 4f7bf75ff5 bug #1583 The results of is_dir() are cached (THofman)
This PR was merged into the 1.16-dev branch.

Discussion
----------

The results of is_dir() are cached

If a production server uses statcache, the results of the first and second call of is_dir() is always the same.
So before calling is_dir() for the second time, use clearstatcache() to clear the results of the first call of is_dir().

Commits
-------

df0d813 The results of is_dir() are cached
2014-12-25 20:47:21 +01:00
2014-10-17 15:00:03 +02:00
2014-08-29 00:51:54 +09:00
2014-10-22 07:36:37 +02:00
2014-10-21 16:58:01 +02:00

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
Languages
PHP 99.9%