proto fix

This commit is contained in:
Hartmut Holzgraefe 2003-11-19 20:13:49 +00:00
parent 7eb2471565
commit f992fbfa2c
2 changed files with 2 additions and 2 deletions

View file

@ -1014,7 +1014,7 @@ PHP_FUNCTION(mysqli_get_host_info)
}
/* }}} */
/* {{{ proto int mysqli_get_proto_info
/* {{{ proto int mysqli_get_proto_info(object link)
Get MySQL protocol information */
PHP_FUNCTION(mysqli_get_proto_info)
{

View file

@ -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.
*/