summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-21 16:26:10 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-21 18:37:45 +0100
commit0dfc4e7e416a9b72bf573804417c1aa14fc6129f (patch)
tree794b35a7b0d34d7cebbaeae950abcaeb106ea3be /azure
parent737195c3ae6ac53b9501cfc39cc80fd462909c82 (diff)
downloadphp-git-0dfc4e7e416a9b72bf573804417c1aa14fc6129f.tar.gz
Build PDO odbc on azure
We already install the necessary libs for the odbc extension, so we may as well build PDO ODBC. As we don't setup an ODBC server, the tests will be skipped. Close GH-6528.
Diffstat (limited to 'azure')
-rw-r--r--azure/configure.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/configure.yml b/azure/configure.yml
index 0bfbf6d92e..fa566bf6e7 100644
--- a/azure/configure.yml
+++ b/azure/configure.yml
@@ -61,6 +61,7 @@ steps:
--with-imap \
--with-kerberos \
--with-imap-ssl \
+ --with-pdo-odbc=unixODBC,/usr \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d