On Fri, 2002-10-25 at 08:50, Edin Kadribasic wrote:
> There were some changes to the pcntl extension. Have a look at
> http://www.zend.com/lists/php-dev/200208/msg00937.html
> 
> Edin
> 
> ----- Original Message -----
> From: "Steve Alberty" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 25, 2002 2:35 PM
> Subject: [PHP-DEV] pcntl_signal problem
> 
> 
> >
> > Hi,
> >
> > i've a small problem with the signal handler.
> >
> > These short script demonstrate my problem.

> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php

Steve, 

Take a look at the ticks section of that email Edin sent you. Signal
callbacks can now only occur if ticks is enabled for either a section of
your code, or if they are globaly enabled.

Steve + Edin + Everyone else,

I will be updating the documentation to explain this before 4.3 is
released, but I wonder If I should have configure spit out a reminder
whenever someone enables pcntl

Any thoughts on that?

Thanks,

-Jason

--
Jason Greene <[EMAIL PROTECTED]
             <[EMAIL PROTECTED]>

Computer programmers never die, they just get lost in the processing.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to