diff options
author | Keyur Govande <kgovande@gmail.com> | 2013-03-07 18:54:34 +0000 |
---|---|---|
committer | Keyur Govande <kgovande@gmail.com> | 2013-03-07 18:54:34 +0000 |
commit | a0a995cff356a6e7526188ad1979fac6c24b9e7e (patch) | |
tree | 9d2660c6174f6dcab5f11a1418dc3dbbd585ffed /sapi/cli/php_cli_server.h | |
parent | d77eb411ea5d80379ee92a908f543b91fa293383 (diff) | |
download | php-git-a0a995cff356a6e7526188ad1979fac6c24b9e7e.tar.gz |
Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)
A new commit into branch 5.5
Diffstat (limited to 'sapi/cli/php_cli_server.h')
-rw-r--r-- | sapi/cli/php_cli_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/php_cli_server.h b/sapi/cli/php_cli_server.h index ed716f99f8..9a29626c7f 100644 --- a/sapi/cli/php_cli_server.h +++ b/sapi/cli/php_cli_server.h @@ -23,6 +23,7 @@ #include "SAPI.h" +extern const zend_function_entry server_additional_functions[]; extern sapi_module_struct cli_server_sapi_module; extern int do_cli_server(int argc, char **argv TSRMLS_DC); |