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 3d06ca6 commit 525c346Copy full SHA for 525c346
config.m4
@@ -22,7 +22,7 @@ if test "$PHP_CRC_FAST" != "no"; then
22
fi
23
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])
+ AC_MSG_ERROR([You need at least PHP 8.1.0 to be able to use this version of crc_fast. PHP $php_version found])
26
else
27
AC_MSG_RESULT([$php_version, ok])
28
0 commit comments