File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 54
54
--with-ldap \
55
55
--with-ldap-sasl \
56
56
--with-password-argon2 \
57
+ --with-mhash \
57
58
--enable-werror \
58
59
--with-config-file-path=/etc \
59
60
--with-config-file-scan-dir=/etc/php.d
Original file line number Diff line number Diff line change 61
61
--enable-sysvmsg \
62
62
--with-ffi \
63
63
--enable-zend-test \
64
+ --with-mhash \
64
65
--enable-werror \
65
66
--with-config-file-path=/etc \
66
67
--with-config-file-scan-dir=/etc/php.d
Original file line number Diff line number Diff line change 64
64
--with-ffi \
65
65
--enable-zend-test \
66
66
--enable-intl \
67
+ --with-mhash \
67
68
--enable-werror \
68
69
--with-config-file-path=/etc \
69
70
--with-config-file-scan-dir=/etc/php.d
Original file line number Diff line number Diff line change 1
1
PHP_ARG_WITH([ mhash] ,
2
2
[ for mhash support] ,
3
- [ AS_HELP_STRING ( [ [ --with-mhash[ =DIR ] ] ] ,
3
+ [ AS_HELP_STRING ( [ [ --with-mhash] ] ,
4
4
[ Include mhash support] ) ] )
5
5
6
6
if test "$PHP_MHASH" != "no"; then
You can’t perform that action at this time.
0 commit comments