[GIT-PULLS] [php-src] PR #22686: Install the SQLite ODBC driver in CI
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22686 Author: iliaal The ext/odbc and pdo_odbc regression tests connect through a real ODBC driver (Driver=SQLite3), which CI never installed, so they skipped on every lane. libsqliteodbc registers the SQLite3 driver and supports Database=:memory:, so the tests run without a database server. Alpine has no such package, so those lanes keep skipping. Follow-up to the driver discussion on #22672.