We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3069f commit 6d3ef57Copy full SHA for 6d3ef57
NEWS
@@ -7,6 +7,10 @@ PHP NEWS
7
Doleček)
8
. Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)
9
10
+- Standard:
11
+ . Fixed bug #81491 (Incorrectly using libsodium for argon2 hashing).
12
+ (Dan Pock)
13
+
14
- Streams:
15
. Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
16
(cmb)
ext/standard/config.m4
@@ -407,6 +407,8 @@ if test "$PHP_PASSWORD_ARGON2" != "no"; then
407
PKG_CHECK_MODULES([ARGON2], [libargon2])
408
PHP_EVAL_INCLINE($ARGON2_CFLAGS)
409
PHP_EVAL_LIBLINE($ARGON2_LIBS)
410
411
+ AC_DEFINE(HAVE_ARGON2LIB, 1, [ ])
412
fi
413
414
dnl
0 commit comments