Searched refs:reconnect (Results 1 – 23 of 23) sorted by relevance
/PHP-5.4/ext/mysql/tests/ |
H A D | bug55473.phpt | 2 Bug #55473 (mysql_pconnect leaks file descriptors on reconnect) 49 printf("[003] reconnect %d\n", $i); 71 [003] reconnect 0 73 [003] reconnect 1 75 [003] reconnect 2 77 [003] reconnect 3
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_driver.phpt | 96 $reconnect = $driver->reconnect; 97 if (!is_bool($reconnect)) 99 gettype($reconnect), $reconnect); 102 $driver->reconnect = true; 103 $driver->reconnect = false; 104 $driver->reconnect = $reconnect;
|
H A D | mysqli_class_mysqli_driver_interface.phpt | 88 printf("driver->reconnect = '%s'\n", $driver->reconnect); 107 reconnect 115 reconnect 124 driver->reconnect = ''
|
H A D | 073.phpt | 13 var_dump($driver->reconnect);
|
H A D | mysqli_phpinfo.phpt | 44 if (!stristr($phpinfo, "mysqli.reconnect")) 45 printf("[009] php.ini setting mysqli.reconnect not shown.\n");
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 71 Inspecting property 'reconnect' 90 Default property 'reconnect'
|
H A D | bug54674.phpt | 12 mysqli.reconnect = Off
|
H A D | bug54221.phpt | 12 mysqli.reconnect = Off
|
H A D | bug51605.phpt | 12 mysqli.reconnect = Off
|
H A D | mysqli_reconnect.phpt | 2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping() 12 mysqli.reconnect=1
|
H A D | mysqli_no_reconnect.phpt | 2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping() 10 mysqli.reconnect=0
|
H A D | mysqli_get_client_stats.phpt | 1068 [%u|b%"reconnect"]=>
|
/PHP-5.4/ext/oci8/tests/ |
H A D | testping.phpt | 2 Exercise OCIPing functionality on reconnect (code coverage test)
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli_driver.c | 127 MAP_PROPERTY_MYG_BOOL_READ(driver_reconnect_read, reconnect) in MAP_PROPERTY_MYG_BOOL_READ() argument 128 MAP_PROPERTY_MYG_BOOL_WRITE(driver_reconnect_write, reconnect) in MAP_PROPERTY_MYG_BOOL_READ()
|
H A D | php_mysqli_structs.h | 344 long reconnect; variable
|
H A D | mysqli_nonapi.c | 261 mysql->mysql->reconnect = MyG(reconnect);
|
H A D | mysqli.c | 573 …STD_PHP_INI_BOOLEAN("mysqli.reconnect", "0", PHP_INI_SYSTEM, OnUpdateLong, reconnect, zend_… 594 mysqli_globals->reconnect = 0; in PHP_INI_END()
|
/PHP-5.4/ext/pdo/ |
H A D | TODO | 65 mysqli_ping(); ping / reconnect
|
/PHP-5.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 646 long reconnect = 1; local 647 mysql_options(H->server, MYSQL_OPT_RECONNECT, (const char*)&reconnect);
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd.c | 636 zend_bool reconnect = FALSE; local 661 reconnect = TRUE; 942 if (reconnect) {
|
/PHP-5.4/ |
H A D | php.ini-development | 1202 ; Allow or prevent reconnect 1203 mysqli.reconnect = Off
|
H A D | php.ini-production | 1202 ; Allow or prevent reconnect 1203 mysqli.reconnect = Off
|
H A D | NEWS | 2243 . Fixed bug #55473 (mysql_pconnect leaks file descriptors on reconnect).
|
Completed in 77 milliseconds