Skip to content

Commit ab1045f

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: add note in UPGRADING Add --with-external-libcrypt build option display an error message if some algo not available in external libcrypt
2 parents 5cdc65e + e9cf14e commit ab1045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test
287287
AC_MSG_ERROR([Cannot use external libcrypt as some algo are missing])
288288
fi
289289
else
290-
AC_DEFINE_UNQUOTED(PHP_USE_PHP_CRYPT_R, 0, [Whether PHP has to use its own crypt_r for blowfish, des and ext des])
290+
AC_DEFINE_UNQUOTED(PHP_USE_PHP_CRYPT_R, 0, [Whether PHP has to use its own crypt_r])
291291
fi
292292

293293
dnl

0 commit comments

Comments
 (0)