Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11345 invoked from network); 22 Feb 2013 20:06:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2013 20:06:59 -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 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: keyurgovande@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:64667] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/93-26685-2EFC7215 for ; Fri, 22 Feb 2013 15:06:58 -0500 Received: by mail-ie0-f181.google.com with SMTP id 17so1184338iea.26 for ; Fri, 22 Feb 2013 12:06:56 -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=t0jiSYdLS+GSTzt0h8go8TaQa4Utfd5Z0nXvX4mOkoQ=; b=GqOO77eLwkIbeP6O+/jyLCS/Df+LkWcHFvTwRlMxzj8V3FJQjXai197Bu9ops0ryMr iXGzzEv+yQb1FsI5sE9UHtKAx3NzzJ52HFlvFuo7IwXcj/1BPRW2inds6urkjeg34Arz DTnktl5tLa/qXcY84XQ+Pgs4BnVLMMuPae9ahq6AjjH2eTz9loNn59PUVKrrVT4OgFLh BoR/VEfJACkPsbJr+gwydSGhNbqi9qP1wdid8/xx9kiJz6CgcEaI3yjJXoZ0cb2pPOHK 4ppl5kAzprOrZPH3KFJBfeZ9/wb0ISY+LbLz/0hIcb7bN8Qdct4Bf67tyRc6v71h6S/S 5lpg== MIME-Version: 1.0 X-Received: by 10.50.170.2 with SMTP id ai2mr171424igc.104.1361563616238; Fri, 22 Feb 2013 12:06:56 -0800 (PST) Received: by 10.50.92.41 with HTTP; Fri, 22 Feb 2013 12:06:56 -0800 (PST) In-Reply-To: References: <5127CC82.1080400@lerdorf.com> Date: Fri, 22 Feb 2013 15:06:56 -0500 Message-ID: To: Hannes Magnusson Cc: Rasmus Lerdorf , PHP Development Content-Type: multipart/alternative; boundary=e89a8f234549af5ab504d655bba2 Subject: Re: [PHP-DEV] [VOTE] Improved Linux process title support in the CLI SAPI From: keyurgovande@gmail.com (Keyur Govande) --e89a8f234549af5ab504d655bba2 Content-Type: text/plain; charset=ISO-8859-1 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. --e89a8f234549af5ab504d655bba2--