]> granicus.if.org Git - php/commit
Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)
authorKeyur Govande <kgovande@gmail.com>
Thu, 7 Mar 2013 18:54:34 +0000 (18:54 +0000)
committerKeyur Govande <kgovande@gmail.com>
Thu, 7 Mar 2013 18:54:34 +0000 (18:54 +0000)
commita0a995cff356a6e7526188ad1979fac6c24b9e7e
tree9d2660c6174f6dcab5f11a1418dc3dbbd585ffed
parentd77eb411ea5d80379ee92a908f543b91fa293383
Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)

A new commit into branch 5.5
sapi/cli/config.m4
sapi/cli/config.w32
sapi/cli/php_cli.c
sapi/cli/php_cli_process_title.c [new file with mode: 0644]
sapi/cli/php_cli_process_title.h [new file with mode: 0644]
sapi/cli/php_cli_server.c
sapi/cli/php_cli_server.h
sapi/cli/ps_title.c [new file with mode: 0644]
sapi/cli/ps_title.h [new file with mode: 0644]
sapi/cli/tests/cli_process_title_unix.phpt [new file with mode: 0644]
sapi/cli/tests/cli_process_title_windows.phpt [new file with mode: 0644]