Home
last modified time | relevance | path

Searched refs:new_link (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/mysql/tests/
H A Dmysql_pconnect.phpt18 …// mysql_pconnect ( [string server [, string username [, string password [, bool new_link [, int c…
H A Dmysql_connect.phpt15 // mysql_connect ( [string server [, string username [, string password [, bool new_link [, int cli…
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c548 zend_bool new_link = 0; in php_mssql_do_connect() local
554 …MLS_CC, "|sssb", &host, &host_len, &user, &user_len, &passwd, &passwd_len, &new_link) == FAILURE) { in php_mssql_do_connect()
643 …if (new_link || zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length + 1, (v… in php_mssql_do_connect()
763 …if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length + 1,(void… in php_mssql_do_connect()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c731 zend_bool free_host=0, new_link=0; local
786 &new_link, &client_flags)==FAILURE) {
964 …if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1,(void *…
/PHP-5.6/
H A DNEWS10617 - Added "new_link" parameter to mssql_connect() (Bug #34369). (Frank)

Completed in 60 milliseconds