summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-24 11:46:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-24 11:52:43 +0100
commit7965bc3656eff9753f45037b2d343017855591ee (patch)
treeb51df7c84162bc686c74541198d38826ab2ab673 /UPGRADING
parent61a3cff2fbb38fb0552e8ceb53d8e04c919d0661 (diff)
downloadphp-git-7965bc3656eff9753f45037b2d343017855591ee.tar.gz
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.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
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
========================================