[PHP] PHP User Permissions

2002-09-13 Thread Doug Kozar
Does anyone know how to define a PHP script (within itself) to run as a certain user. Currently my PHP scirpt runs as nobody and I need to change the user it runs as temporarily to get certain permissions to update a file. Thank you. -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] PHP User Permissions

2002-09-13 Thread Jay Blanchard
[snip] Does anyone know how to define a PHP script (within itself) to run as a certain user. Currently my PHP scirpt runs as nobody and I need to change the user it runs as temporarily to get certain permissions to update a file. [/snip] A running script cannot change its own permissions, and if