Re: [PHP-INSTALL] chmod problem with mkdir()
1250 Bellflower Blvd. Long Beach, CA 90840 Office: (562)985-8511 Fax: (562)985-8855 From: Andre Hübner <[EMAIL PROTECTED]> To: Date: 06/25/2008 05:00 AM Subject: [PHP-INSTALL] chmod problem with
[PHP-INSTALL] chmod problem with mkdir()
Hello List, i have a problem with simple script that uses mkdir(); mkdir("/path/path/folder", 0777); The highest chmod i get in created folder is 755, the 777 is ignored, but less chmod like 705 accepted. What could be wrong? Of course i can use chmod() after mkdir() but i think function shou