History log of /PHP-8.3/sapi/cli/ps_title.c (Results 26 – 27 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5bf6323e 29-Mar-2013 Keyur Govande

Patch for Bug #64544.
The process title change module keeps track of the locally allocated
environ, so it doesn't need to worry about when environ changes
underneath it, for example by pu

Patch for Bug #64544.
The process title change module keeps track of the locally allocated
environ, so it doesn't need to worry about when environ changes
underneath it, for example by putenv()/setenv()

show more ...


Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13
# a0a995cf 07-Mar-2013 Keyur Govande

Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)

A new commit into branch 5.5


12