summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-25 12:18:56 +0100
committerRemi Collet <remi@php.net>2025-03-25 12:18:56 +0100
commitd842fab026f26cf547e5161327f905216832ed6b (patch)
treec3224b8c372945510a1c82bf4b060c7a5efd0053 /README.md
parent16b8205a4d0f7abc2d1d4c5d21b29722c0b6a659 (diff)
add comment about --with-external-libcryptHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.