Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22450 invoked from network); 30 Nov 2014 15:34:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2014 15:34:32 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:58824] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/00-22137-8093B745 for ; Sun, 30 Nov 2014 10:34:32 -0500 Received: by mail-ob0-f173.google.com with SMTP id uy5so6834153obc.4 for ; Sun, 30 Nov 2014 07:34:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Wmf3L264MHuGA199Pp8RCT80qgWtsNyqLf1NOmMvSt4=; b=xkM+wNUobsHiMIMpX+x0yPCyRY9CggBvDT5SOLdy3aWnObpOLCtjSR2FqjNRE1af5Y nGZErFKsWMNEcExM5FwTANOtz2v5yvPACY1BPqoW3eGRcIUYLNDQ79czXEfLIWjP5f3b mnUB4Y/Ry1x98+2ib7h+JqPs6SBdDxRZApqASKaXd/wBhM5P11I3oNXtFl3s3ApM2EoD FSZeYwjiovxGCKIq7R7r47GbFmdkQUpefl3JBHCAfkA1Z32i1ax5MHxEqVmIj0SEPEnH LRGBW3G+Gdnyrk9vBdn3OkM1l92Y3HjkMISyiboYONPQ1nNWNZr0hTGGFhb/7astdwk3 jG+A== MIME-Version: 1.0 X-Received: by 10.182.81.10 with SMTP id v10mr32862817obx.72.1417361669206; Sun, 30 Nov 2014 07:34:29 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.89.237 with HTTP; Sun, 30 Nov 2014 07:34:29 -0800 (PST) In-Reply-To: <547AD8D8.9060603@fedoraproject.org> References: <547AD8D8.9060603@fedoraproject.org> Date: Sun, 30 Nov 2014 08:34:29 -0700 X-Google-Sender-Auth: 7rB2ArQ8Y7Q-kunsAp1_SDk_edc Message-ID: To: Remi Collet Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Feature: use Posix ACL for FPM socket From: levim@php.net (Levi Morrison) > This seems to be a small self contained feature. > I'd like to be able to implement this in 5.6+ > > Is a RFC needed ? Is it possible for the ACL header to be in another location? That's the only potential issue I can see with the patch itself. However, I think we should stop including features in our patch releases. I've heard a few others express similar sentiment, but it may have been more targeted at what we are allowing for "bug fixes" in patch releases. Anyway, that's my input.