]> granicus.if.org Git - php/commitdiff
- Prototype new parameter which forces the creation of new links.
authorMarkus Fischer <mfischer@php.net>
Thu, 6 Dec 2001 09:56:24 +0000 (09:56 +0000)
committerMarkus Fischer <mfischer@php.net>
Thu, 6 Dec 2001 09:56:24 +0000 (09:56 +0000)
ext/mysql/php_mysql.c

index e054203549f6eba99bee9847c1d485583eb07270..8b40ae1a63ae00404c282f7c913644395d1fead0 100644 (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)
 {