From d842fab026f26cf547e5161327f905216832ed6b Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Tue, 25 Mar 2025 12:18:56 +0100 Subject: add comment about --with-external-libcrypt --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 94bca11..ab0b430 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ See the Linux man pages or [PHP Documentation](https://www.php.net/xpass) Compatible with PHP 8.0 or greater. +It is recommended to ensure PHP is built using `--with-external-libcrypt` option. + You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev) version 4.4 or greater. -- cgit