Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dtestping.phpt2 Exercise OCIPing functionality on reconnect (code coverage test)
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
H A Dmysqli_get_client_stats.phpt1052 ["reconnect"]=>
/PHP-8.2/
H A DUPGRADING320 . The reconnect property of mysqli_driver has been removed. It was supported
322 . The INI directive mysqli.reconnect has been removed.
491 . mysqli.reconnect
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c799 zend_long reconnect = 1; local
800 mysql_options(H->server, MYSQL_OPT_RECONNECT, (const char*)&reconnect);
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c567 bool reconnect = FALSE; local
587 reconnect = TRUE;
716 if (reconnect) {

Completed in 24 milliseconds