Fabien Potencier eaf6a3000d bug #2262 Call clearstatcache() before calling is_dir(). (hanabokuro)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #2262).

Discussion
----------

Call clearstatcache() before calling is_dir().

The result of is_dir() is cached.
So call clearstatcache() before calling 2nd is_dir().

Commits
-------

96638c0d Call clearstatcache() before calling is_dir().
2017-03-22 08:05:13 -07:00
2017-03-22 07:48:20 -07:00
2015-01-20 03:31:04 +01:00
2017-01-04 14:05:59 -08:00
2017-03-11 20:03:13 +01:00
2017-03-22 07:47:32 -07:00
2017-03-22 07:48:20 -07:00
2017-01-02 12:22:20 -08:00
2017-03-11 20:03:13 +01:00
2013-11-11 20:04:42 +01: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%