From: Fabien Potencier Date: Fri, 20 Apr 2012 18:17:16 +0000 (+0200) Subject: merged branch martinml/master (PR #705) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a929d0336b1b39b8e6de5547d81bd65a960ce31d;p=web%2Fkonrad%2Ftwig.git 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 --- a929d0336b1b39b8e6de5547d81bd65a960ce31d