On 07.02.2013, at 9:40, Keyur Govande <keyurgova...@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






-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to