From dcb0523894a4949b72931ba1ce5f7512b09f1906 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 16 Jul 2002 19:26:23 +0000 Subject: [PATCH] fix protos --- ext/mysql/php_mysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 1eaf4e3c25..a9c789fa53 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -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) { -- 2.40.0