[php-src] master: Merge branch 'PHP-8.4' into PHP-8.5
Ilia Alshanetsky <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilia Alshanetsky (iliaal)
Date: 2026-07-13T18:10:16-04:00
Commit: https://github.com/php/php-src/commit/6eb21e30ad04359fe4c3cc2682e83e02b89395f6
Raw diff: https://github.com/php/php-src/commit/6eb21e30ad04359fe4c3cc2682e83e02b89395f6.diff
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Install the SQLite ODBC driver in CI
Changed paths:
M .github/actions/apt-x64/action.yml
Diff:
diff --git a/.github/actions/apt-x64/action.yml b/.github/actions/apt-x64/action.yml
index 7ae0a88ff755..3e654ef9fdc4 100644
--- a/.github/actions/apt-x64/action.yml
+++ b/.github/actions/apt-x64/action.yml
@@ -63,6 +63,7 @@ runs:
snmp-mibs-downloader \
freetds-dev \
unixodbc-dev \
+ libsqliteodbc \
llvm \
clang \
dovecot-core \