1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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

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