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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user