Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66162 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4461 invoked from network); 22 Feb 2013 19:59:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2013 19:59:09 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:54110] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/02-26685-C0EC7215 for ; Fri, 22 Feb 2013 14:59:08 -0500 Received: by mail-wi0-f182.google.com with SMTP id hi18so1193232wib.15 for ; Fri, 22 Feb 2013 11:59:05 -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=BTs6aJttHAXX+Hgz5ZyURv5OGT3mNsvxIfD59jy0j90=; b=0Ee2nDMilfFPxwp7blCHyX9qi4QtmbBLyzc2mHGHx1pN4FH0DMP+4+9v6V2xOuXlP3 vlopUjnLTkMh3PjZMAMbyQCH1rmo1swN/Xh98vkM/3jUEhPI9Ojtzkq3MQ3PaaV1fRCu LAKeMC1mDTfyVDHJ75wcux/cq4miiUaYQTJGJ+mmyQ4Hkg0SsYBnofiKzMcPh6Gu74pT A1I75xbDbNZEz9ELru+CyPJZe5MWX/bgXOWxVdfuQf4UnLyhycqJRJHJL8+kWB21zc+a sLU5j6YzA/INle93S2LWITThGxkbKTFlOgjzPWUnUSCz8nObrOawusdGGKtxfJ7QoJEj TDvQ== MIME-Version: 1.0 X-Received: by 10.194.9.166 with SMTP id a6mr6002397wjb.2.1361563145517; Fri, 22 Feb 2013 11:59:05 -0800 (PST) Received: by 10.194.78.242 with HTTP; Fri, 22 Feb 2013 11:59:05 -0800 (PST) In-Reply-To: <5127CC82.1080400@lerdorf.com> References: <5127CC82.1080400@lerdorf.com> Date: Fri, 22 Feb 2013 11:59:05 -0800 Message-ID: To: Rasmus Lerdorf Cc: Keyur Govande , PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Improved Linux process title support in the CLI SAPI From: hannes.magnusson@gmail.com (Hannes Magnusson) 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