Re: [PHP] shell_exec() or passthru()

2002-03-23 Thread Andrew Lopucki
You may need to redirect output (both stderr and stdout) atleast that helped me with a similar problem. My system is Linux. On Saturday 23 March 2002 11:06 pm, Douglas wrote: Hi, I have a bash script I need to run. I have tried all the various program execution commands. My script never

Re: [PHP] shell_exec() or passthru()

2002-03-23 Thread Andrew Lopucki
And by redirect I mean to /dev/null possibly if you don't want to capture output. On Saturday 23 March 2002 03:52 pm, Douglas wrote: Hi, I have a bash script I need to run. I have tried all the various program execution commands. My script never completes. It only get 1/4 of the way