summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-10 16:27:06 +0200
committerRemi Collet <remi@php.net>2026-04-10 16:27:06 +0200
commit81459163d3f1883f81a6e358322073c3521e3011 (patch)
tree5779ac0900e716450de005e5ca3a98b4cc0b647f
parent26f7d7dc29cd079d8c58f8c5cf59e6b45338234d (diff)
add comment about MUSL
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56f4a5d..db531db 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ 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.
+It is not compatible with MUSL implementation (e.g. on Alpine Linux).
You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev)
version 4.4 or greater.