Browse Source

proto fix

PEAR_1_4DEV
Hartmut Holzgraefe 22 years ago
parent
commit
f992fbfa2c
  1. 2
      ext/mysqli/mysqli_api.c
  2. 2
      sapi/apache_hooks/php_apache.c

2
ext/mysqli/mysqli_api.c

@ -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)
{

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

Loading…
Cancel
Save