Skip to content

Commit e1f5d7e

Browse files
committed
Require PHP 8.1 in configure
1 parent 1b30243 commit e1f5d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if test "$PHP_CRC_FAST" != "no"; then
2121
AC_MSG_ERROR([failed to detect PHP version, please report])
2222
fi
2323

24-
if test "$php_version" -lt "80000"; then
25-
AC_MSG_ERROR([You need at least PHP 8.0.0 to be able to use this version of crc_fast. PHP $php_version found])
24+
if test "$php_version" -lt "80100"; then
25+
AC_MSG_ERROR([You need at least PHP 8.1.0 to be able to use this version of simdutf. PHP $php_version found])
2626
else
2727
AC_MSG_RESULT([$php_version, ok])
2828
fi

0 commit comments

Comments
 (0)