branch : git://github.com/rande/symfony.git umask
commit :
http://github.com/rande/symfony/commit/f6318c306e94c6b450839af8e47bbfba3fdc60d9

mkdir uses the default umask to alter the mode provided as second argument.

So if umask() = 022, mkdir('test', 0777) will not generate a repository with
777 mode but with 0755 mode.

-- 
Thomas Rabaix
http://rabaix.net

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to