From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.0.6
PHP Bug Type:     Directory function related
Bug description:  mkdir([DIR], 0777); wont set file permission

When adding directories the line

mkdir([DIRNAME]. 0777);

will not create a directory with permissions other than root. Attempted
using command with umask(0000); but made no difference.

PHP is denied permission to set these privileges. How is this fixed?

PHP 4.0.6 was compiled on my Raq3 as an Apache module.
-- 
Edit bug report at: http://bugs.php.net/?id=13299&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to