2008/7/28 Antony Dovgal <t...@daylessday.org> > On 26.07.2008 02:48, Markus Fischer wrote: > >> Hi, >> >> [CCing interested parties based on the last mail exchange on this topic] >> >> will the deprecation of ticks affect the usage of pcntl_signal? The manual >> says [1] "... As of PHP 4.3.0 PCNTL uses ticks as the signal handle callback >> mechanism ...". Current practice requires to "declare(ticks = 1);" for >> pcntl_signal to work. >> >> No ticks, no signal handling? >> > > That's right. > That's exactly why I don't see how we can deprecate ticks without > introducing a replacement. > > -- > Wbr, Antony Dovgal > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > What was the outcome of this?
I've just started using declare ticks for signal handling and now see that in 5.3 it will depreciated and in 6 removed! :-/ Thanks, /James