Home
last modified time | relevance | path

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

/PHP-5.4/ext/pdo_mysql/
H A Dmysql_driver.c550 int connect_opts = 0 local
614 connect_opts |= CLIENT_FOUND_ROWS;
618 connect_opts |= CLIENT_IGNORE_SPACE;
741 port, unix_socket, connect_opts TSRMLS_CC) == NULL) {
743 …(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, connect_opts) == NULL) {

Completed in 5 milliseconds