History log of /PHP-8.2/.github/actions/configure-x64/action.yml (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f3bd027b 28-Aug-2023 Ilija Tovilo

Fix missing instantclient in CI

We should only pass the --with-pdo-oci and --with-oci8 flags if instantclient is
installed.

Closes GH-12066

# 939c546e 23-Feb-2023 Danack

Re-enable UnixODBC testing.

The problem installing the package in the CI environment has been fixed.

# 18b611d6 11-Feb-2023 Ilija Tovilo

Temporarily disable odbc in ci

The unixodbc.h header is suddenly missing.

# 296a0954 09-Oct-2022 Ilija Tovilo

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Prepare for Windows CI with Github Actions


# b43e4943 24-Apr-2022 Michael Voříšek

Prepare for Windows CI with Github Actions

# f07a08df 06-May-2022 Arnaud Le Blanc

Fix unregistering ini entries of dynamically loaded extension (#8435)

Fixes GH-8185

# 1e8d35ad 23-Feb-2022 Ilija Tovilo

GitHub actions test with firebird, dblib and werror

# 41461cf8 09-Feb-2022 Ilija Tovilo

Migrate CI to GitHub actions