summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-11-19 20:13:49 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-11-19 20:13:49 +0000
commitf992fbfa2cca9b8a6edce6a725296e19c6db6ea2 (patch)
tree7929585982e587ba253799cdcc67242aa39261be /sapi/apache_hooks
parent7eb2471565b4b5866dab389a3900512e55cd47b3 (diff)
downloadphp-git-f992fbfa2cca9b8a6edce6a725296e19c6db6ea2.tar.gz
proto fix
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r--sapi/apache_hooks/php_apache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c
index 522116505d..68a65f87cd 100644
--- a/sapi/apache_hooks/php_apache.c
+++ b/sapi/apache_hooks/php_apache.c
@@ -1228,7 +1228,7 @@ PHP_FUNCTION(apache_request_sub_req_method_uri)
}
/* }}} */
-/* {{{ proto long apache_request_run
+/* {{{ proto long apache_request_run()
This is a wrapper for ap_sub_run_req and ap_destory_sub_req. It takes
sub_request, runs it, destroys it, and returns it's status.
*/