ID: 14788
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: *Directory/Filesystem functions
Operating System: redhat 7.2
PHP Version: 4.0.6
New Comment:
Try this:
<?php
umask(000);
mkdir($path, 0777);
?>
In other words, RTFM:
http://www.php.net/mkdir
Previous Comments:
------------------------------------------------------------------------
[2002-01-01 05:06:52] [EMAIL PROTECTED]
in apache vhost:
mkdir(path, 0777);
but the directory's mod is 755
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=14788&edit=1