We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc23fcf commit 5639675Copy full SHA for 5639675
azure/apt.yml
@@ -48,5 +48,7 @@ steps:
48
dovecot-pop3d \
49
dovecot-imapd \
50
sendmail \
51
+ freetds-dev \
52
+ firebird-dev \
53
${{ parameters.packages }}
54
displayName: 'APT'
azure/configure.yml
@@ -62,6 +62,8 @@ steps:
62
--with-kerberos \
63
--with-imap-ssl \
64
--with-pdo-odbc=unixODBC,/usr \
65
+ --with-pdo-dblib \
66
+ --with-pdo-firebird \
67
--enable-werror \
68
--with-config-file-path=/etc \
69
--with-config-file-scan-dir=/etc/php.d
0 commit comments