From: Derick Rethans Date: Fri, 11 Apr 2003 09:53:01 +0000 (+0000) Subject: - Fixed protos X-Git-Tag: RELEASE_0_5~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a802e0d6b3cfe6ff2a1c38a19d0b973d097fbc37;p=php - Fixed protos --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index e0f94d2a5d..f2bd945493 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1297,7 +1297,7 @@ static void php_mysql_do_query(INTERNAL_FUNCTION_PARAMETERS, int use_store) } /* }}} */ -/* {{{ proto resource mysql_query(string query [, int link_identifier] [, int result_mode]) +/* {{{ proto resource mysql_query(string query [, int link_identifier]) Sends an SQL query to MySQL */ PHP_FUNCTION(mysql_query) { @@ -1306,7 +1306,7 @@ PHP_FUNCTION(mysql_query) /* }}} */ -/* {{{ proto resource mysql_unbuffered_query(string query [, int link_identifier] [, int result_mode]) +/* {{{ proto resource mysql_unbuffered_query(string query [, int link_identifier]) Sends an SQL query to MySQL, without fetching and buffering the result rows */ PHP_FUNCTION(mysql_unbuffered_query) {