From 361aa1ea48a01c432c2f323aa75e0e9d5599f70a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 23 Jun 2020 12:43:23 +0200 Subject: [PATCH] Enable dba on azure Closes GH-5756. --- azure/configure.yml | 1 + azure/i386/job.yml | 1 + azure/macos/job.yml | 1 + 3 files changed, 3 insertions(+) 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 -- 2.50.1