[PHP] Re: About resource of popen

2007-05-02 Thread Fernando chucre
Somebody? help me!! :D 2007/4/30, Fernando chucre [EMAIL PROTECTED]: Hello all, I make a script for read and interprete the stdout of cmd `ip monitor`. And I use signal_handler, the script is like this: ? declare(ticks = 1); pcntl_signal(SIGHUP,sig_handler,false); $fh = popen('ip

Re: [PHP] Re: About resource of popen

2007-05-02 Thread Richard Lynch
What's in sig_handler function body, as it relates to $fh and/or exiting the script?... I probably won't know the answer, but I'm pretty sure nobody else will either without that info. On Wed, May 2, 2007 9:43 am, Fernando chucre wrote: Somebody? help me!! :D 2007/4/30, Fernando chucre