Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87652 invoked from network); 11 Dec 2015 23:01:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2015 23:01:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@dennis.birkholz.biz; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@dennis.birkholz.biz; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dennis.birkholz.biz does not designate 144.76.185.252 as permitted sender) X-PHP-List-Original-Sender: php@dennis.birkholz.biz X-Host-Fingerprint: 144.76.185.252 mx01.nexxes.net Received: from [144.76.185.252] ([144.76.185.252:45777] helo=mx01.nexxes.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/32-00457-9B55B665 for ; Fri, 11 Dec 2015 18:01:14 -0500 Received: from [192.168.178.21] (xdsl-89-0-113-253.netcologne.de [89.0.113.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: db220660-p0g-1@packages.nexxes.net) by mx01.nexxes.net (Postfix) with ESMTPSA id CB66D48248D for ; Sat, 12 Dec 2015 00:01:09 +0100 (CET) To: 'PHP Internals' X-Enigmail-Draft-Status: N1110 Message-ID: <566B55B5.1070709@dennis.birkholz.biz> Date: Sat, 12 Dec 2015 00:01:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: PULL request: allow signals up to SIGRTMAX From: php@dennis.birkholz.biz (Dennis Birkholz) Hi together, for some time now I have a pull request open (https://github.com/php/php-src/pull/1457) where I want to introduce the two constants SIGRTMIN and SIGRTMAX and allow pcntl_signal() to register handlers for "real-time signals" (from SIGRTMIN to SIGRTMAX). From the signal manpage: > Unlike standard signals, real-time signals have no predefined meanings: the entire set of real-time signals can be used for application-defined purposes. This allows cli applications/long running processes to communicate via signals without assigning unexpected meaning to the well-known lower (