Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65716 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30815 invoked from network); 7 Feb 2013 13:00:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 13:00:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.48 as permitted sender) X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.215.48 mail-la0-f48.google.com Received: from [209.85.215.48] ([209.85.215.48:52861] helo=mail-la0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/21-23848-875A3115 for ; Thu, 07 Feb 2013 08:00:41 -0500 Received: by mail-la0-f48.google.com with SMTP id fq13so2527950lab.7 for ; Thu, 07 Feb 2013 05:00:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=2bZwBCxFekeJ+PIc+9jdJsYHwuMFraR5ViECbSsHSZE=; b=xhOlbKyz2Yl7XgRkIPeKO8BwaGy0o4IEW9xwyorXh0b7z2f3tjKXX5q5ZIWqoHMI1X lnSrBxhYEwYGq/naeAVqsYdM57HsIeZ1NqWSkA2LUaTqZHxFawKQISLLsauG/3JBL7YZ PymLnAUS4uUmYUjxxzRDXVf9mESFNBIppcfmRTx+OdOArkMy3x+rAHmODEdSkCzwxink 0b4LtzUbN47uCveXUCLssiyF9Qa5cDXI35Ydrn/+voK7SIUwt6eEmZT0a+oj3fe/oDz5 ajsU92usgh8bBVmOkYzFNfkkkq6cjlGZ+kregdrRaxuAEyqxUUlszk8M6ErzS4ANyEaA 56/w== X-Received: by 10.152.114.42 with SMTP id jd10mr1240166lab.31.1360242037813; Thu, 07 Feb 2013 05:00:37 -0800 (PST) Received: from [10.0.1.7] ([46.252.161.106]) by mx.google.com with ESMTPS id v7sm4413794lbg.13.2013.02.07.05.00.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 05:00:36 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Thu, 7 Feb 2013 17:00:34 +0400 Cc: Keyur Govande , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <2B76A3EF-66AC-4E73-B186-236E9C2AE891@gmail.com> To: Leigh X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI From: indeyets@gmail.com (Alexey Zakhlestin) On 07.02.2013, at 16:33, Leigh wrote: > 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. well, 2 reasons: 1. it needs to be injected into main() of php_cli.c 2. it can become a good start for official "CLI" extension. CLI SAPI has = functionality, which is specific to it and exposing it to userland could = be useful --=20 Alexey Zakhlestin https://github.com/indeyets