Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65715 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29402 invoked from network); 7 Feb 2013 12:59:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 12:59:02 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:36584] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/D0-23848-415A3115 for ; Thu, 07 Feb 2013 07:59:01 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so2584605lab.11 for ; Thu, 07 Feb 2013 04:58:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=cEuWqVZxZ+2iNB7xAiXIk8VLwSsLfAglJz0eAbcas+Y=; b=ldBwKPl1ocG+/TCRoOZzp+QbsiOljLY4lBWRkH2ErbZ8CreWmBpWR5viafHiEiGsSV Wyg8X74GlIzXSBm4B1RQ+J91xRUvxwsfD+e/9g7y9zk0W4Cqc0dFMmx6NoLRGtMLuo3Q rKZuJqDvj4AznZ9aD88PaCAlu+L09qq0lU2hnXb6XA0E68/L9UMlgfoZA5CoP1QbQCgl Kk1SzfmMHZfCsaGPdhtqjCPHK7ITwNVgShKmvc9rtY/WdUTAF/7NZ9WmMXt0SA/pd00O m2n3s5HFd8gzUlFqAd9tLgeBLNsDQ/i7oHlBzWHwX6CNhi2cTgkkIRThwhCwNSzBTNjD AUfg== MIME-Version: 1.0 X-Received: by 10.152.45.140 with SMTP id n12mr1229648lam.36.1360241937304; Thu, 07 Feb 2013 04:58:57 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.114.98.231 with HTTP; Thu, 7 Feb 2013 04:58:57 -0800 (PST) In-Reply-To: References: <2B76A3EF-66AC-4E73-B186-236E9C2AE891@gmail.com> Date: Thu, 7 Feb 2013 13:58:57 +0100 X-Google-Sender-Auth: EcJZdb1AvPPdLVZkoiy9JWBaWf0 Message-ID: To: Leigh Cc: Alexey Zakhlestin , Keyur Govande , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI From: mike@php.net (Michael Wallner) On 7 February 2013 13:33, Leigh wrote: > On 7 February 2013 12:22, Alexey Zakhlestin wrote: > >> >> On 07.02.2013, at 13:54, Leigh wrote: >> >> > There is a PECL extension that already does something similar. You may >> want >> > to take a look at that. >> > >> > http://pecl.php.net/package/proctitle >> >> Did you read RFC? >> Keyur mentions it and its limitations there >> > > I only skimmed it very quickly if I'm honest. > > Why does this need to be in core? This could just be done as a set of > improvements to the existing PECL extension instead. I'd guess that the > number of people who require (and would use) this functionality is very > very small indeed. Then read it again, not so quick. -- Regards, Mike