mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
proto fix
This commit is contained in:
parent
7eb2471565
commit
f992fbfa2c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue