]> granicus.if.org Git - php/commitdiff
fix protos
authorfoobar <sniper@php.net>
Tue, 16 Jul 2002 19:26:23 +0000 (19:26 +0000)
committerfoobar <sniper@php.net>
Tue, 16 Jul 2002 19:26:23 +0000 (19:26 +0000)
ext/mysql/php_mysql.c

index 1eaf4e3c25d9a042918597d3fb15b58db6d34792..a9c789fa53035b6d5d1bcc5ecbe3eb00fce6165c 100644 (file)
@@ -778,7 +778,7 @@ static int php_mysql_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
 }
 /* }}} */
 
-/* {{{ proto resource mysql_connect([string hostname[:port][:/path/to/socket]] [, string username] [, string password] [, bool new])
+/* {{{ proto resource mysql_connect([string hostname[:port][:/path/to/socket] [, string username [, string password [, bool new [, int flags]]]]])
    Opens a connection to a MySQL Server */
 PHP_FUNCTION(mysql_connect)
 {
@@ -786,7 +786,7 @@ PHP_FUNCTION(mysql_connect)
 }
 /* }}} */
 
-/* {{{ proto resource mysql_pconnect([string hostname[:port][:/path/to/socket]] [, string username] [, string password])
+/* {{{ proto resource mysql_pconnect([string hostname[:port][:/path/to/socket] [, string username [, string password [, int flags]]]])
    Opens a persistent connection to a MySQL Server */
 PHP_FUNCTION(mysql_pconnect)
 {