Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_mysql/
H A Dmysql_driver.c38 # define pdo_mysql_init(persistent) mysqlnd_init(MYSQLND_CLIENT_NO_FLAG, persistent) macro
40 # define pdo_mysql_init(persistent) mysql_init(NULL) macro
613 if (!(H->server = pdo_mysql_init(dbh->is_persistent))) {

Completed in 7 milliseconds