From 6a0bf08ce30a32fdacb4124eb1745591791d9357 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 25 Mar 2002 12:09:38 +0000 Subject: fixed prototype for mysql_ping --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') 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) { -- cgit v1.2.1