[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

[PHP] PHP EXEC();

2002-09-12 Thread Doug Kozar
Does anyone know why the following script will not rebuild one of my sendmail databases? ? exec('/usr/sbin/makemap hash /etc/mail/virtusertable.db /etc/mail/virtusertable'); exit; ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php