Date: 11/15/00
- Next message: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Previous message: Ignacio Vazquez-Abrams: "Re: [PHP] Possible O-T: Browser headers"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Reply: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear all,
I could not have following code to create a directory on Solaris 5.8 with
PHP 4.0.1PI2.
$oldumask = umask(0);
mkdir("$someFolder",0755);
umask($oldumask);
It says "MkDir failed (Permission denied) ".
Have anybody run into the same problem? Would somebody give me a hint on
that?
Thanks in advance.
Xi Jiang
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Previous message: Ignacio Vazquez-Abrams: "Re: [PHP] Possible O-T: Browser headers"
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Reply: Ignacio Vazquez-Abrams: "Re: [PHP] mkdir question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

