From: Nikita Popov Date: Tue, 23 Jun 2020 10:43:23 +0000 (+0200) Subject: Enable dba on azure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=361aa1ea48a01c432c2f323aa75e0e9d5599f70a;p=php Enable dba on azure Closes GH-5756. --- diff --git a/azure/configure.yml b/azure/configure.yml index 408ad7b077..e9e49bf98a 100644 --- a/azure/configure.yml +++ b/azure/configure.yml @@ -55,6 +55,7 @@ steps: --with-password-argon2 \ --with-mhash \ --with-sodium \ + --enable-dba \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 5d53dab858..6035f7c7d5 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -61,6 +61,7 @@ jobs: --enable-zend-test \ --with-mhash \ --with-sodium \ + --enable-dba \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d diff --git a/azure/macos/job.yml b/azure/macos/job.yml index c9075f718c..305929294b 100644 --- a/azure/macos/job.yml +++ b/azure/macos/job.yml @@ -65,6 +65,7 @@ jobs: --enable-intl \ --with-mhash \ --with-sodium \ + --enable-dba \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d