[snip]
Is there a way to change directory permissions with pre php5.0?
Linux/Apache

I'm designing a CM application and would like my code to enable
non-techies to be able to create a 
simple text file. [e.g., directory temporarilly from 755 to 757 and then
back again.]

PHP5.0 has a chmod; but not, 4.3.x
[/snip]

According to http://www.php.net/chmod it has included since 3.x along
with chgrp and chown

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to