Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94513 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42544 invoked from network); 15 Jul 2016 00:25:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2016 00:25:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:32996] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/F6-20986-06D28875 for ; Thu, 14 Jul 2016 20:25:05 -0400 Received: by mail-oi0-f42.google.com with SMTP id j185so135373511oih.0 for ; Thu, 14 Jul 2016 17:25:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6QXcWf79pRL9FZ/eUCc+Lz2yWtq3bvdavj7elRUe8dA=; b=G+DB/I6aUoiNiusyoeAj6RPbx7mzBeEpReN4ubsSQZkQZASw8fNRkHzuCklbY5Elm5 0+cOk8IwaP8swjNHiY+/g4biPLN46bcxJaEz8Vc5AO595M4mU1R0TKE7LP/EWVam2EtO yXfu+TaTbdTAQ8QgOo/k07WAq+t5ZtY4M7akECefYDI8COrOk6vO+LJeTWPZ8SYRHtQx qj5CGK9neo1jCadIvPzib0gXrGVK+UWY6i3ojZwwLV3dYeEVoUPNmxUaCTzQlTwwHJ35 RkUXcA3vOmkNdavltfD2P7ERM2iljaoAmGhPHejoeaE8ImTmX7z163lnZ5O88/HQdp5M A5gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:to:cc; bh=6QXcWf79pRL9FZ/eUCc+Lz2yWtq3bvdavj7elRUe8dA=; b=Armt4BGRzBgNQ50ETNbeA7tFbS1FBS/obUq+tM2S//0/+3duaoT7pMHummuNlRrtQp FqylDNeANzt3PzWAFjZ0i/l16fqYu37GZ1qxOe5NMiAlk7cIqnrWzsBgKup6F8/j1KK/ OGzs9OeOZ1463AUo9oeEpRSkaWqehaNFdAmgdHZLTM5O3q1RnzaQD1yAtr+l7vbxAFVk WnetkxWochqO30fCieeI/ou970uQ5atvQCD2v605C3m6KkEYcKWfCLIHcmwztNtsLS81 j/tKOIxYTYTuzu42gp1tGuJgs2AXChJrYldcqnU2Q6BeGyUN29SVMpv2j9RvwLZi8Wrh MrTw== X-Gm-Message-State: ALyK8tKLSXkKhY6/cxQMLuDOWpcRiaxQ6OpqE1M0AXdTTwxM/cIte7tdZKVutwANssyi1SGcicb/ixaosWXOJw== X-Received: by 10.157.41.184 with SMTP id n53mr9970554otb.68.1468542301204; Thu, 14 Jul 2016 17:25:01 -0700 (PDT) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.157.42.164 with HTTP; Thu, 14 Jul 2016 17:24:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jul 2016 20:24:31 -0400 X-Google-Sender-Auth: nGNhrinzE-jFRBvnIacPSbxjnQ0 Message-ID: To: PHP internals Cc: David Walker Content-Type: multipart/alternative; boundary=001a113c1be03377f10537a1a643 Subject: Re: [RFC][Vote] Additional context in pcntl_signal handler From: bishop@php.net (Bishop Bettini) --001a113c1be03377f10537a1a643 Content-Type: text/plain; charset=UTF-8 On Thu, Jul 7, 2016 at 12:00 PM, Bishop Bettini wrote: > Hi! > > The RFC for enhancing pcntl_signal with additional calling context[1] is > now in voting phase. Voting open now through July 14. > > Implementation PR[2] available for review. > > Thanks! > > [1]: https://wiki.php.net/rfc/additional-context-in-pcntl-signal-handler > [2]: https://github.com/php/php-src/pull/1993 > Voting has closed, with this RFC passing 15 to 0 (100%). Thank you all who participated in the discussion and voted! RM, please merge accordingly for 7.1 availability. --001a113c1be03377f10537a1a643--