From 7965bc3656eff9753f45037b2d343017855591ee Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 24 Nov 2020 11:46:03 +0100 Subject: Use pkg-config for libargon2 We already tried this in PHP 7.4, but ran into issues, because alpine did not support pkg-config for libargon2 (or had a broken pc file, not sure). The Alpine issue has been resolved in the meantime, so let's give this another try. --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index c8c8d4b09e..dcc8641f2d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -61,6 +61,11 @@ PHP 8.1 UPGRADE NOTES - OpenSSL: . The OpenSSL extension now requires at least OpenSSL version 1.0.2. +- Standard: + . --with-password-argon2 now uses pkg-config to detect libargon2. As such, + an alternative libargon2 location should now be specified using + PKG_CONFIG_PATH. + ======================================== 10. New Global Constants ======================================== -- cgit v1.2.1