Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95982 invoked from network); 7 Feb 2013 05:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 05:41:02 -0000 Authentication-Results: pb1.pair.com header.from=keyurgovande@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keyurgovande@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: keyurgovande@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:38384] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/D2-10737-B6E33115 for ; Thu, 07 Feb 2013 00:41:00 -0500 Received: by mail-wg0-f54.google.com with SMTP id fm10so1660194wgb.33 for ; Wed, 06 Feb 2013 21:40:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ljgV71PyhMvYkw0Di3qLC20EP7Z4C/rc8MkFQ9ifLT0=; b=YJLLJ2tOwQyxv9bducpVDC29Yd3rhK6rgzISgIHiYLcgxES+FyL6MZMT5pq4KIl9fe 37PmMYajz5WDZtWZApxUsO/kXkrPIZYjf2eb7yXYdfFvtScMGXqdNqPcb/v1YZxClmrp OLb6H2EGHg3xrKscAquAH5DhWG4wbYjHWMy9VWL3IVbvuG/bWcpb9kED7ylF7YtGs4f6 2JlK5ywr0jSPrd9v0ujtAzZTff0IAv2ybetwWYISOBv2x13pXwLNKR11ZNko3aFDiGA5 dT7hvpUKHv27QT3dIiZrXqrsuAusZ2AEIyRTUKOOdksPvdAeoAevQEIVgXhAc4Ka8dUF BwIA== MIME-Version: 1.0 X-Received: by 10.194.108.101 with SMTP id hj5mr160855wjb.6.1360215656435; Wed, 06 Feb 2013 21:40:56 -0800 (PST) Received: by 10.227.61.18 with HTTP; Wed, 6 Feb 2013 21:40:56 -0800 (PST) Date: Thu, 7 Feb 2013 00:40:56 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7bf10a36050e3804d51be330 Subject: [RFC] Improved Linux process title support in the CLI SAPI From: keyurgovande@gmail.com (Keyur Govande) --047d7bf10a36050e3804d51be330 Content-Type: text/plain; charset=ISO-8859-1 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. --047d7bf10a36050e3804d51be330--