1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

- Prototype new parameter which forces the creation of new links.

This commit is contained in:
Markus Fischer
2001-12-06 09:56:24 +00:00
parent d46f919bc1
commit 2b615c3ba4
+1 -1
View File
@@ -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)
{