From: Nikita Popov Date: Tue, 4 Jun 2019 08:18:00 +0000 (+0200) Subject: Azure: Don't build zend-test as shared X-Git-Tag: php-7.4.0alpha1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40f2cfe25852f7dba726801315c3ef43f3fde899;p=php Azure: Don't build zend-test as shared This is shared on Travis to perform a dl() sanity check. Revert to building it statically here so we don't need to explicitly load it. --- diff --git a/azure/job.yml b/azure/job.yml index e0d8cc835c..8a5c2244ee 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -57,7 +57,7 @@ jobs: --with-kerberos \ --enable-sysvmsg \ --with-ffi \ - --enable-zend-test=shared \ + --enable-zend-test \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d