Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14589 invoked from network); 7 Feb 2013 09:54:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 09:54:50 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:61856] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/C5-10737-8E973115 for ; Thu, 07 Feb 2013 04:54:49 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so1822507wgb.26 for ; Thu, 07 Feb 2013 01:54:45 -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=NzNiDLJZVZRhddoOiq7hlHysWMF8Av6pOmssQssbGZA=; b=GohDto7tVByQUGQeakBc1omnW5Z27UzXQ5t4WdKPlkRDfLW45r5QKv1UGe7R9pB720 9BOUVDvauamClUIItXyCGCLUoWtltEDuLV13YqrdrC03ZCA0eWuV3ZKTk61YMUHyaWyM +ul/nIeSvXC7e4Jsf5MXWKeP1QL3aPCRDsxqsxACZKmm6pOv0E70iA9+vE9YVw5P0r1I 1wjfHqMwbnhbdDJNuN8/DKcB5Y1onuuq+HtPYByEE1IHyTC0MVOt1WBvyLIP+coiPW4z 2rjzQx6DozaJQcTwdJ6BY3ucRkiSvkrEM1u0Ikk/j4waI4HINPIgEt4TTLQHrPIurFNB WGFA== MIME-Version: 1.0 X-Received: by 10.180.82.9 with SMTP id e9mr10613551wiy.1.1360230885290; Thu, 07 Feb 2013 01:54:45 -0800 (PST) Received: by 10.217.57.201 with HTTP; Thu, 7 Feb 2013 01:54:45 -0800 (PST) In-Reply-To: References: Date: Thu, 7 Feb 2013 09:54:45 +0000 Message-ID: To: Keyur Govande Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04430476baf3f204d51f6e2d Subject: Re: [PHP-DEV] [RFC] Improved Linux process title support in the CLI SAPI From: leight@gmail.com (Leigh) --f46d04430476baf3f204d51f6e2d Content-Type: text/plain; charset=ISO-8859-1 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 On 7 February 2013 05:40, 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. > --f46d04430476baf3f204d51f6e2d--