mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
f3a14d1b1a
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.