Re: [PHP-DEV] pcntl_signal problem

2002-10-25 Thread Markus Fischer
On Fri, Oct 25, 2002 at 11:50:46AM -0500, Jason Greene wrote : > > 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 -1 No reminder, no E_WARNING. People should read

Re: [PHP-DEV] pcntl_signal problem

2002-10-25 Thread Jason Greene
> > 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. >

Re: [PHP-DEV] pcntl_signal problem

2002-10-25 Thread Edin Kadribasic
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

[PHP-DEV] pcntl_signal problem

2002-10-25 Thread Steve Alberty
Hi, i've a small problem with the signal handler. These short script demonstrate my problem. #!/usr/local/bin/php The problem is, that the script doesnt exit when i'm sending the TERM signal or pressing CTRL-C (INT signal). I've test it with the lastest cvs version. Any help? Regards, Ste