mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
a929d0336b1b39b8e6de5547d81bd65a960ce31d
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
…
…
…
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%