Home
last modified time | relevance | path

Searched refs:client_flags (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/mysql/
H A Dphp_mysql.c696 long client_flags = 0; local
740 client_flags = CLIENT_INTERACTIVE;
746 &client_flags)==FAILURE) {
752 &new_link, &client_flags)==FAILURE) {
772 if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') && (client_flags & CLIENT_LOCAL_FILES)) {
774 client_flags ^= CLIENT_LOCAL_FILES;
778 client_flags |= CLIENT_MULTI_RESULTS; /* compatibility with 5.2, see bug#50416 */
781 client_flags &= ~CLIENT_MULTI_STATEMENTS; /* don't allow multi_queries via connect parameter */
838 mysql->multi_query = client_flags & CLIENT_MULTI_STATEMENTS? 1:0;
890 mysql->multi_query = client_flags & CLIENT_MULTI_STATEMENTS? 1:0;
[all …]
/PHP-5.3/ext/mysql/tests/
H A Dmysql_pconnect.phpt18 … ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
H A Dmysql_connect.phpt15 … ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h90 uint32_t client_flags; member
H A Dmysqlnd_wireprotocol.c462 int4store(p, packet->client_flags); in php_mysqlnd_auth_write()
H A Dmysqlnd.c475 auth_packet->client_flags= mysql_flags; in mysqlnd_connect_run_authentication()
/PHP-5.3/
H A DNEWS3892 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags). (Felipe)

Completed in 73 milliseconds