[PHP] Taking PHP out of safe mode - for one domain/user

2001-12-03 Thread Tank
How on earth do you do it? I know how to do it completely (php.ini), but I need to keep PHP in safe mode for all the other users. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

[PHP] Running a perl script from PHP

2001-12-03 Thread Tank
echo system("perl /usr/local/site/domain.com/cgi-bin/script.pl -c test -cname testname -passwd testword"); That's my code, however it does nothing. No feedback from the echo, no actions, nothing. I've also tried exec(), but again, no luck. When I run exactly the same code from the command line, i