Remove unused PHP_HASH variable (#11653)

This was used when hash extension wasn't always available.
This commit is contained in:
Peter Kokot 2023-07-19 07:31:03 +02:00 committed by GitHub
parent 42e32a72b5
commit dff4e40da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,6 @@ PHP_ARG_WITH([mhash],
[Include mhash support])])
if test "$PHP_MHASH" != "no"; then
if test "$PHP_HASH" = "no"; then
PHP_HASH="yes"
fi
AC_DEFINE(PHP_MHASH_BC, 1, [ ])
fi