Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52606 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27933 invoked from network); 31 May 2011 22:30:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2011 22:30:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:63586] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/E3-25701-1FB65ED4 for ; Tue, 31 May 2011 18:30:09 -0400 Received: by bwz18 with SMTP id 18so4514913bwz.29 for ; Tue, 31 May 2011 15:30:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.191.145 with SMTP id dm17mr6224040bkb.185.1306881006276; Tue, 31 May 2011 15:30:06 -0700 (PDT) Received: by 10.204.72.3 with HTTP; Tue, 31 May 2011 15:30:06 -0700 (PDT) Date: Wed, 1 Jun 2011 00:30:06 +0200 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: RFC: Zend Signal Handling From: ilia@prohost.org (Ilia Alshanetsky) Since we are on the topic of reviewing past RFCs for 5.4, can we take another look at the Zend Signals RFC: https://wiki.php.net/rfc/zendsignals The patch is solid (have been using it in production for quite some time) and improvement is quite helpful, especially when APC is being used. Are there any reasons not to apply this to 5.4?