Hi
We have a script which uploads images, then creates a new subfolder and moves the images to this folder.
Structure is:
gallery
--->albums rwxrwx--- myuser mygroup
------->191 rwxrwx--- myuser mygroup
now apache runs as 'apache' which is part of mygroup
php runs as myuser in mygroup.
The problem we have is that we can send several patchnes of images up. some images are created with rwxrwx--- and some created with rw-r--r-- or similar permissions
A new directory in albums is also created as rw-r--r-- but shouldnt it inherit the rwxrwx--- fronm it's parent albums folder?
this seems a bit random (we can refresh the script 3 times with different results) - the only thing i can think that has changes (since it always worked perfectly) is that weve upgraded to php 4.3.11 from 4.3.10