php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #50116 pcntl signals and SAPIs
Submitted: 2009-11-08 22:52 UTC Modified: 2010-11-24 10:36 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:0 of 1 (0.0%)
From: vituko at gmail dot com Assigned:
Status: Open Package: PCNTL related
PHP Version: 5.3.1RC3 OS: Debian
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vituko at gmail dot com
New email:
PHP Version: OS:

 

 [2009-11-08 22:52 UTC] vituko at gmail dot com
Description:
------------
mod_php and fastcgi
The second request that registers a signal handler in the same process : the signal is catched but the callback is not called.

I looked a litle in pcntl.c and found a possible workarround :

MINIT :
php_add_tick_function(pcntl_signal_dispatch);

Move that line to RINIT.
And add to RSHUTDOWN :
php_remove_tick_function(pcntl_signal_dispatch);

I know that pcntl is not officialy supported in such envs (but fastcgi...), but if it had no further implications, it would be cool to have async signal handlers in web server contexts.

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-24 10:36 UTC] jani@php.net
-Package: Feature/Change Request +Package: PCNTL related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC