Skip to content

Commit 5639675

Browse files
committed
Build PDO dblib and PDO firebird on Azure
Once again, this only builds the drivers, all tests will be skipped. Closes phpGH-6529.
1 parent cc23fcf commit 5639675

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

azure/apt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ steps:
4848
dovecot-pop3d \
4949
dovecot-imapd \
5050
sendmail \
51+
freetds-dev \
52+
firebird-dev \
5153
${{ parameters.packages }}
5254
displayName: 'APT'

azure/configure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ steps:
6262
--with-kerberos \
6363
--with-imap-ssl \
6464
--with-pdo-odbc=unixODBC,/usr \
65+
--with-pdo-dblib \
66+
--with-pdo-firebird \
6567
--enable-werror \
6668
--with-config-file-path=/etc \
6769
--with-config-file-scan-dir=/etc/php.d

0 commit comments

Comments
 (0)