[PHP] Shell used by system()

2007-04-24 Thread Marco Michelino
Hi *, is it possible to change the shell used by system() , exec() and similar PHP funtions? I'm running mod_php in apache on Linux. Apache shell is set to /sbin/nologin but PHP insists to call /bin/sh... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Shell used by system()

2007-04-24 Thread Tijnema !
On 4/24/07, Marco Michelino [EMAIL PROTECTED] wrote: Hi *, is it possible to change the shell used by system() , exec() and similar PHP funtions? I'm running mod_php in apache on Linux. Apache shell is set to /sbin/nologin but PHP insists to call /bin/sh... First, I guess this isn't the

Re: [PHP] Shell used by system()

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 8:39 am, Marco Michelino wrote: Hi *, is it possible to change the shell used by system() , exec() and similar PHP funtions? I'm running mod_php in apache on Linux. Apache shell is set to /sbin/nologin but PHP insists to call /bin/sh... I suspect you cannot change