Re: [PHP] Permission argh!

2005-06-20 Thread Jochem Maas
Andy Pieters wrote: Hi all I am in the process of creating an installer for my php application. During the test proces, it does this: isdir(root)?>create dir root ok?>chmod 0777 isdir(root/child)?>create dir root/child ok?>chmod 0777 isdir(root/child/grandchild)?>create dir root/child/grandc

[PHP] Permission argh!

2005-06-19 Thread Andy Pieters
Hi all I am in the process of creating an installer for my php application. During the test proces, it does this: isdir(root)?>create dir root ok?>chmod 0777 isdir(root/child)?>create dir root/child ok?>chmod 0777 isdir(root/child/grandchild)?>create dir root/child/grandchild ok?>chmod 0777