From: Hartmut Holzgraefe Date: Fri, 11 Apr 2003 04:30:29 +0000 (+0000) Subject: proto fix X-Git-Tag: RELEASE_0_5~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ff81d27788ecbe2772b30349e1ee030ba57992;p=php proto fix --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index b82543ff22..af7d6d9c06 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1395,7 +1395,7 @@ PHP_FUNCTION(mysqli_read_query_result) } /* }}} */ -/* {{{ proto bool mysqli_real_connect(resource link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]]) +/* {{{ proto bool mysqli_real_connect(resource link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]]) open a connection to a mysql server */ PHP_FUNCTION(mysqli_real_connect) {