Skip to content

Commit dff4e40

Browse files
authored
Remove unused PHP_HASH variable (#11653)
This was used when hash extension wasn't always available.
1 parent 42e32a7 commit dff4e40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/hash/config.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ PHP_ARG_WITH([mhash],
44
[Include mhash support])])
55

66
if test "$PHP_MHASH" != "no"; then
7-
if test "$PHP_HASH" = "no"; then
8-
PHP_HASH="yes"
9-
fi
10-
117
AC_DEFINE(PHP_MHASH_BC, 1, [ ])
128
fi
139

0 commit comments

Comments
 (0)