]> granicus.if.org Git - php/commitdiff
- Fixed protos
authorDerick Rethans <derick@php.net>
Fri, 11 Apr 2003 09:53:01 +0000 (09:53 +0000)
committerDerick Rethans <derick@php.net>
Fri, 11 Apr 2003 09:53:01 +0000 (09:53 +0000)
ext/mysql/php_mysql.c

index e0f94d2a5de2184598d65ac4859d81426fe00f19..f2bd94549316173e20a31344336c02f505541d2a 100644 (file)
@@ -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)
 {