summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mysqli/mysqli_api.c2
-rw-r--r--sapi/apache_hooks/php_apache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index c6a7c6ed61..6c90bb63c0 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/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)
{
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.
*/