Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2800 invoked from network); 22 Feb 2013 19:52:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2013 19:52:40 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.53 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.53 mail-vb0-f53.google.com Received: from [209.85.212.53] ([209.85.212.53:47502] helo=mail-vb0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/A1-26685-78CC7215 for ; Fri, 22 Feb 2013 14:52:40 -0500 Received: by mail-vb0-f53.google.com with SMTP id fj18so623673vbb.26 for ; Fri, 22 Feb 2013 11:52:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=Kg+JEOmdRp3qEVSL/3RVbeKs8bugEVlYjy/u6GcsbUk=; b=IdazeawPZakl8Udc6MeEsWm1qAKCI24dZcwoLRsEbLoDsm91+n7MHgBS+bQTPWhojB Ugy3o/61qQrq9TEr0Xmwf94BZnmwfkO0Om1Vq44Pakbsmvd+j3TdwsDrBefOSOqHR6oM GSbYljpyWkiT2kULutHSFR4I4qMw48hYSo9E/U5GtCTah9WAlU5fNMz+XP4wr8fMjgIa JfCTEo39iP8jIrc1IV5hcxKqZS6Vl6NkF7EZQ2aM8XowqO5whzd1T/o9PiA70gc3bj2J tRmzth8eHnV6H/0rWFwWr4WvNwfVYtqEIdVhKI0KBCg4WjYbddAja9BcWocJE3XXipfe gsvw== X-Received: by 10.52.75.8 with SMTP id y8mr3841165vdv.2.1361562757308; Fri, 22 Feb 2013 11:52:37 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id a19sm5215714vdh.9.2013.02.22.11.52.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 11:52:36 -0800 (PST) Message-ID: <5127CC82.1080400@lerdorf.com> Date: Fri, 22 Feb 2013 11:52:34 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Hannes Magnusson CC: Keyur Govande , PHP Development References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn9fuXAk08bBbXvm5zO2Y9WUyH9JApS2BVvbqjY9s9ElrszYNQwDGg5ibj7nTlojYB09O6o Subject: Re: [PHP-DEV] [VOTE] Improved Linux process title support in the CLI SAPI From: rasmus@lerdorf.com (Rasmus Lerdorf) 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. -Rasmus