From 2b615c3ba42c9523060219ce95cddd9dacd39d49 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Thu, 6 Dec 2001 09:56:24 +0000 Subject: [PATCH] - Prototype new parameter which forces the creation of new links. --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index e054203549..8b40ae1a63 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -702,7 +702,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]) +/* {{{ proto resource mysql_connect([string hostname[:port][:/path/to/socket]] [, string username] [, string password] [, bool new]) Opens a connection to a MySQL Server */ PHP_FUNCTION(mysql_connect) { -- 2.50.1