Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3079 invoked from network); 7 Feb 2013 07:52:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 07:52:16 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.53 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.53 mail-la0-f53.google.com Received: from [209.85.215.53] ([209.85.215.53:59659] helo=mail-la0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/C3-10737-D2D53115 for ; Thu, 07 Feb 2013 02:52:15 -0500 Received: by mail-la0-f53.google.com with SMTP id fr10so2252428lab.26 for ; Wed, 06 Feb 2013 23:52:10 -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=9BPaw3V9Os1x7iAE/rTOBnKYwXjJ5dlMhbCYPNZlUy8=; b=V5HZtAwMDjDTpYynTQ9qSryJTi16YA5L6aLVB3KDCcR4rrdpEUJNs7u+1HUmPBM/ZE ESksOwtKBr4TxKxqQ9kaJhdg1MujF7K1ZSphsvbBIewoPghwOYO16GsLWU5fwk0NhC+m nlIjQ6HNKWgvotkvTBhC/++OWRy7Uzd3JHoFNYEAJ0E8qfOO7zFgDsFXgP31lQpme732 wOyqaDUaKLSztPfKAPsVVuZ6hgstT2sdNzRCzOJmk6m03TrWeOTVfZhiQqcEGTEGhn2i uWXK1dVyfIJ6UvWmVJl/EZlOOZhJ4Cr5V5dHhKDew37ddkNml+z7L6CLZ4fbQfbggtgk 3rvQ== MIME-Version: 1.0 X-Received: by 10.152.46.12 with SMTP id r12mr383754lam.15.1360223530550; Wed, 06 Feb 2013 23:52:10 -0800 (PST) Received: by 10.112.138.131 with HTTP; Wed, 6 Feb 2013 23:52:10 -0800 (PST) In-Reply-To: References: Date: Thu, 7 Feb 2013 08:52:10 +0100 Message-ID: To: Keyur Govande Cc: PHP internals Content-Type: multipart/alternative; boundary=bcaec55240245a846e04d51db8ba Subject: Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI From: nikita.ppv@gmail.com (Nikita Popov) --bcaec55240245a846e04d51db8ba Content-Type: text/plain; charset=ISO-8859-1 On Thu, Feb 7, 2013 at 6:40 AM, Keyur Govande wrote: > Hello, > > I've created a new RFC to improve support for setting a CLI process' title > on Linux. It is based off of the PostgreSQL implementation and is more > robust than the proctitle extension. > > More details and patch here: https://wiki.php.net/rfc/cli_process_title > > Thanks, > Keyur. > Could you maybe also explain in the RFC why support for this is needed in the first place (and why it is needed in core)? Thanks, Nikita --bcaec55240245a846e04d51db8ba--