merged branch martinml/master (PR #705)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 20 Apr 2012 18:17:16 +0000 (20:17 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 20 Apr 2012 18:17:16 +0000 (20:17 +0200)
commita929d0336b1b39b8e6de5547d81bd65a960ce31d
tree0de5e3c0662c17d4f8e324fdad325503a6e24601
parentefcd8c5f25cb8d55e3e1ff26d23ea319bd659371
parent3eecc609f4b4e55635efcb1816a460b63e489ae0
merged branch martinml/master (PR #705)

Commits
-------

3eecc60 Silence chmod() warnings (operation not permitted) when using CIFS mounts and possibly other cases.

Discussion
----------

Silence chmod() warnings (operation not permitted) when using CIFS

When using chmod() in a CIFS mount (NTFS) in Linux, Twig 1.6.5 in PHP 5.3.3 throws a warning:

    Warning: chmod(): Operation not permitted in /smb/.../Twig/Environment.php on line 1052

There may be other combinations that trigger this warning. Related Symfony issue: https://github.com/symfony/symfony/issues/2125