> What I don't understand is why my php script dies while 
 > executing the shell script. Set_limit_time should make it 
 > wait. The build.sh script completes well.

Not the exact solution here but perhaps a work-around.  How dynamic is
the data you're generating with your shell script?  Perhaps you could
get away with doing a cron on your shell script (once every hour or
whatever) and outputing it to a text file that you then parse in php to
deal with results.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to