php-src/ext/pdo_odbc
Calvin Buckley f3a14d1b1a
Fix GH-9347: Current ODBC liveness checks may be inadequate
We implement SQL_ATTR_CONNECTION_DEAD for ODBC and PDO_ODBC.

This is semantically appropriate and should be used whenever the
driver supports it. In the event that it fails or says the connection
isn't dead (which may be inaccurate in some cases), try the old
heuristic.

Closes GH-9353.
2022-08-29 18:32:31 +02:00
..
tests Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
odbc_driver.c Fix GH-9347: Current ODBC liveness checks may be inadequate 2022-08-29 18:32:31 +02:00
odbc_stmt.c Merge branch 'PHP-8.0' 2021-07-28 11:02:26 +02:00
pdo_odbc.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_odbc.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_odbc_int.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00