|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-18 11:27 UTC] shofmann at databay dot de
[2003-09-18 12:06 UTC] shofmann at databay dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 04:00:01 2025 UTC |
Description: ------------ consider this: mkdir ("test",02755) creates a directory with the permissions 'drwxrwsr−x'. ok. But chmod("test",02775) results in 'drwxrwxr−x'. No matter which values I choose, sticky bits/setuid/setgid are ignored by chmod.