diff options
author | Markus Fischer <mfischer@php.net> | 2001-12-06 09:56:24 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2001-12-06 09:56:24 +0000 |
commit | 2b615c3ba42c9523060219ce95cddd9dacd39d49 (patch) | |
tree | 05c161b818874e61b45f6f4ac8653d0e997f55e2 /ext/mysql/php_mysql.c | |
parent | d46f919bc16f39cbddcfdf6be98eff81988845f0 (diff) | |
download | php-git-2b615c3ba42c9523060219ce95cddd9dacd39d49.tar.gz |
- Prototype new parameter which forces the creation of new links.
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |