diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-04 22:14:28 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-04 22:14:28 +0000 |
commit | df6f8ba35a788f045c9d57bb665852017249b493 (patch) | |
tree | 699e9ed2ba37066d762b886928a455239e72db29 /sapi/apache/php_apache.c | |
parent | a1cc1fddd8bd46e7ff1df30adf877bb57b47c04b (diff) | |
download | php-git-df6f8ba35a788f045c9d57bb665852017249b493.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 5a1b835459..d1ad589eec 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -129,7 +129,7 @@ zend_module_entry apache_module_entry = { STANDARD_MODULE_PROPERTIES }; -/* {{{ proto string child_terminate() +/* {{{ proto string apache_child_terminate() Get and set Apache request notes */ PHP_FUNCTION(apache_child_terminate) { |