]> granicus.if.org Git - php/commitdiff
fixed prototype for mysql_ping
authorGeorg Richter <georg@php.net>
Mon, 25 Mar 2002 12:09:38 +0000 (12:09 +0000)
committerGeorg Richter <georg@php.net>
Mon, 25 Mar 2002 12:09:38 +0000 (12:09 +0000)
ext/mysql/php_mysql.c

index bd664d9fcebdeb7f17749a54d89bfb937e3531fe..2f45ed70a28d3634a29012946a0b9cda128b72d0 100644 (file)
@@ -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)
 {