summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-03-25 12:09:38 +0000
committerGeorg Richter <georg@php.net>2002-03-25 12:09:38 +0000
commit6a0bf08ce30a32fdacb4124eb1745591791d9357 (patch)
treec49c3e2190dcc9775ff2e192c827768262a25e6d /ext/mysql/php_mysql.c
parentd068c23bba10789219db7b11e9da576ed4a2bdee (diff)
downloadphp-git-6a0bf08ce30a32fdacb4124eb1745591791d9357.tar.gz
fixed prototype for mysql_ping
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index bd664d9fce..2f45ed70a2 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -2206,7 +2206,7 @@ PHP_FUNCTION(mysql_free_result)
}
/* }}} */
-/* {{{ proto resource mysql_ping([int link_identifier])
+/* {{{ proto bool mysql_ping([int link_identifier])
Ping a server connection. If no connection then reconnect. */
PHP_FUNCTION(mysql_ping)
{