diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-15 14:23:07 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-15 14:23:07 +0000 |
commit | 052d5fc85d074f82557c8bb538874a9d7ab5f854 (patch) | |
tree | 9d63e5c3090b2713e38b3e5c354429c4ffea9c93 /sapi/apache/php_apache.c | |
parent | c51651dee2e1d6d476e8dca6aa5160ff00113057 (diff) | |
download | php-git-052d5fc85d074f82557c8bb538874a9d7ab5f854.tar.gz |
proto fix
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index ec27ca6a31..cb3cfb05f7 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -130,7 +130,7 @@ zend_module_entry apache_module_entry = { }; /* {{{ proto string apache_child_terminate() - Get and set Apache request notes */ + Terminate apache process after this request */ PHP_FUNCTION(apache_child_terminate) { #ifndef MULTITHREAD |