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 e4a140a7a9..99cb694fcc 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -108,7 +108,7 @@ zend_module_entry apache_module_entry = { STANDARD_MODULE_PROPERTIES }; -/* {{{ proto bool string apache_child_terminate(void) +/* {{{ proto bool apache_child_terminate(void) Terminate apache process after this request */ PHP_FUNCTION(apache_child_terminate) { |