diff options
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 |