Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 800 invoked from network); 7 Feb 2013 07:46:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2013 07:46:01 -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.52 as permitted sender) X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:49359] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/53-10737-8BB53115 for ; Thu, 07 Feb 2013 02:46:01 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so2264618lab.39 for ; Wed, 06 Feb 2013 23:45:57 -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=uo9OYi94qWhXwPffcwy2aJDlksQZhHa8QcS9WG4ukKo=; b=hAbAYYsgj/SHe7e6hC9sH/DuiSHn+LOgyJenle8HkH/iECMx8/3W/7W6ry2aXGX+0o YWyslLSiQhPqvT3dF4sMMs7Uy1VeeYPQsevFNP2Z8EMYANwHTNMzU0p24C3aGTv1Jm2P wS0d5Y4rc4dN9D4WQWrTeJRp6oxAfCj71u8TDyCUS83fNwQRENDAItXXx97l/i7kriqi 2kvWSQiHGPntWzCaN0qJftuWG7Brgr5ldxdxQ9BcWt01RTSmAR7M8I6Bv2ucOo1ApM8Y kkU3VpplE4hMNFARx61AbN1rHxY5a91TraULwK70B/JOixa+W7oarHJQbDDyVZufHF6E TQcQ== X-Received: by 10.112.26.169 with SMTP id m9mr334858lbg.116.1360223157424; Wed, 06 Feb 2013 23:45:57 -0800 (PST) Received: from [10.0.1.7] ([46.252.161.106]) by mx.google.com with ESMTPS id k15sm4238990lbd.6.2013.02.06.23.45.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 23:45:55 -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 11:45:53 +0400 Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: <94A38011-0897-4A35-AA1B-5787255C432D@gmail.com> References: To: Keyur Govande 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 9: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 This would be useful for some of my tasks! I don't like names of functions, but I like functionality and API approach how about: bool cli_title_settable(void); bool cli_title_set(string); string cli_title_get(); -- Alexey Zakhlestin https://github.com/indeyets