We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b30243 commit e1f5d7eCopy full SHA for e1f5d7e
config.m4
@@ -21,8 +21,8 @@ if test "$PHP_CRC_FAST" != "no"; then
21
AC_MSG_ERROR([failed to detect PHP version, please report])
22
fi
23
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])
+ if test "$php_version" -lt "80100"; then
+ AC_MSG_ERROR([You need at least PHP 8.1.0 to be able to use this version of simdutf. PHP $php_version found])
26
else
27
AC_MSG_RESULT([$php_version, ok])
28
0 commit comments