Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66472 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71540 invoked from network); 5 Mar 2013 16:18:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2013 16:18:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=keyurgovande@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keyurgovande@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: keyurgovande@gmail.com X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:49813] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/02-58003-3CA16315 for ; Tue, 05 Mar 2013 11:18:12 -0500 Received: by mail-we0-f175.google.com with SMTP id x8so6494760wey.6 for ; Tue, 05 Mar 2013 08:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=d2cN3FTZnXazykIPU6+cigKIoTdJGx9MUynRfMN6S/8=; b=n8Me8Y7ubUDFLiProPBMPyDe6jiQUrI8TJANmubIMdhXXHtSgPSk+m133+pfU2U3J8 Fbq5XcXgj6/4rrPS55YAIyil/70d/oQay9vTVpNUe1l3uJnI7QNSlVVYrHoIkRMu4EF4 mGfqoIY7VUt/bEI5WZH9+7h1MrsC0umcx0p2aL8hXJP3gHybyajPG/Y6RTPLFTzT2NT/ ZsXsTD1GL6sHU7q51EfGWcb0P46s/b2IKKW2K8Sm9ikjRWnNQKNNS4LX/OTIPrfpnV3j M2DqNM+bhyQpgr55KGs3q6+WV1WBaDqI7YFl8PdMClTsk1OdH3rT1aZnZ66PHRHJfyJ4 bNKQ== MIME-Version: 1.0 X-Received: by 10.194.59.100 with SMTP id y4mr40563128wjq.51.1362500289019; Tue, 05 Mar 2013 08:18:09 -0800 (PST) Received: by 10.227.21.146 with HTTP; Tue, 5 Mar 2013 08:18:08 -0800 (PST) In-Reply-To: References: <5127CC82.1080400@lerdorf.com> Date: Tue, 5 Mar 2013 11:18:08 -0500 Message-ID: To: Hannes Magnusson Cc: Rasmus Lerdorf , PHP Development Content-Type: multipart/alternative; boundary=047d7b86cea4bbc7c604d72fd1cd Subject: Re: [PHP-DEV] [VOTE] Improved Linux process title support in the CLI SAPI From: keyurgovande@gmail.com (Keyur Govande) --047d7b86cea4bbc7c604d72fd1cd Content-Type: text/plain; charset=ISO-8859-1 On Fri, Feb 22, 2013 at 3:06 PM, Keyur Govande wrote: > On Fri, Feb 22, 2013 at 2:59 PM, Hannes Magnusson < > hannes.magnusson@gmail.com> wrote: > >> On Fri, Feb 22, 2013 at 11:52 AM, Rasmus Lerdorf >> wrote: >> > On 02/22/2013 11:48 AM, Hannes Magnusson wrote: >> >> On Thu, Feb 21, 2013 at 4:42 PM, Keyur Govande >> wrote: >> >>> Hi everyone, >> >>> >> >>> With the 2 weeks discussion period up, I'm moving this RFC to the >> Voting >> >>> stage. I'd like to get this into 5.5. >> >>> >> >>> Most of the reaction has been positive and is archived here: >> >>> http://marc.info/?t=136021582000003&r=1&w=2 >> >> >> >> Just out of curiosity, I don't see it covered in the other thread; Is >> >> there a reason why it cannot support sapi/fpm? >> > >> > fpm has its own implementation already. I suppose we could swap out the >> > one in fpm and replace it with this one, but that seems like a separate >> > decision. >> >> Right, which makes me worry about the function name.. cli_*. >> >> -Hannes >> > > If FPM wants to use these too, the implementation can be easily shared and > the wrappers around these can be created and called php_fpm_*. The reason > for CLI in the names was to indicate the limited availability of these > methods. > Voting is now closed. The RFC is accepted with 28 for and 1 against. Thanks everyone! --047d7b86cea4bbc7c604d72fd1cd--