Re: [RFC] Improved Linux process title support in the CLI SAPI

From: Date: Thu, 07 Feb 2013 07:45:53 +0000
Subject: Re: [RFC] Improved Linux process title support in the CLI SAPI
References: 1  Groups: php.internals 
Request: Send a blank email to internals+get-65704@lists.php.net to get a copy of this message
On 07.02.2013, at 9:40, Keyur Govande <keyurgovande@gmail.com> 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







Thread (24 messages)

« previous php.internals (#65704) next »