From: Nikita Popov Date: Tue, 17 Sep 2019 14:16:31 +0000 (+0200) Subject: Enable --with-mhash on CI X-Git-Tag: php-7.4.0RC2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66351025c8243563eb2b04e56eff9b50d367b286;p=php Enable --with-mhash on CI --- diff --git a/azure/configure.yml b/azure/configure.yml index 15f6847e0b..9de67ae13f 100644 --- a/azure/configure.yml +++ b/azure/configure.yml @@ -54,6 +54,7 @@ steps: --with-ldap \ --with-ldap-sasl \ --with-password-argon2 \ + --with-mhash \ --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 f93a1a7685..623f7e1e29 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -61,6 +61,7 @@ jobs: --enable-sysvmsg \ --with-ffi \ --enable-zend-test \ + --with-mhash \ --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 ef1091724d..2b179aff5f 100644 --- a/azure/macos/job.yml +++ b/azure/macos/job.yml @@ -64,6 +64,7 @@ jobs: --with-ffi \ --enable-zend-test \ --enable-intl \ + --with-mhash \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 111574e749..03c4d83968 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -1,6 +1,6 @@ PHP_ARG_WITH([mhash], [for mhash support], - [AS_HELP_STRING([[--with-mhash[=DIR]]], + [AS_HELP_STRING([[--with-mhash]], [Include mhash support])]) if test "$PHP_MHASH" != "no"; then