Skip to content

Commit 0dfc4e7

Browse files
committed
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 phpGH-6528.
1 parent 737195c commit 0dfc4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/configure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ steps:
6161
--with-imap \
6262
--with-kerberos \
6363
--with-imap-ssl \
64+
--with-pdo-odbc=unixODBC,/usr \
6465
--enable-werror \
6566
--with-config-file-path=/etc \
6667
--with-config-file-scan-dir=/etc/php.d

0 commit comments

Comments
 (0)