--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
--enable-sysvmsg \
--with-ffi \
--enable-zend-test \
+ --with-mhash \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
--with-ffi \
--enable-zend-test \
--enable-intl \
+ --with-mhash \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
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