[PHP] exec issue - return value 127

2002-09-27 Thread christian haines
hi all, i am having a problem with exec. every command i try to run returns 127 (seg fault i think) but no array with info. what could be causing this problem? i have tried running the complete path to the command e.g. usr/bin/ls -l etc but with no luck. could this be something to do with my ph

Re: [PHP] Exec issue

2001-02-18 Thread Robin Vickery
> "DR" == David Robley <[EMAIL PROTECTED]> writes: > On Sat, 17 Feb 2001 04:26, [EMAIL PROTECTED] wrote: >> I have been having some problems getting exec to run a 'find >> /var/spool/mail/ -mindepth 3 -type d' command. She just wont >> execute it and give me a result, however she will run

Re: [PHP] Exec issue

2001-02-18 Thread David Robley
On Sat, 17 Feb 2001 04:26, [EMAIL PROTECTED] wrote: > I have been having some problems getting exec to run a 'find > /var/spool/mail/ -mindepth 3 -type d' command. She just wont execute it > and give me a result, however she will run 'ls' What result do you get running that command from the s

[PHP] Exec issue

2001-02-16 Thread excalibur
I have been having some problems getting exec to run a 'find /var/spool/mail/ -mindepth 3 -type d' command. She just wont execute it and give me a result, however she will run 'ls' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm