File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ PHP NEWS
22
22
- GD:
23
23
. Added gdImageClone to bundled libgd. (David Carlier)
24
24
25
+ - OpenSSL:
26
+ . Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2. (Remi)
27
+
25
28
- PDO:
26
29
. The internal header php_pdo_int.h is no longer installed; it is not
27
30
supposed to be used by PDO drivers. (cmb)
Original file line number Diff line number Diff line change @@ -332,6 +332,8 @@ PHP 8.4 UPGRADE NOTES
332
332
ed25519, x448 and ed448 fields are supported in openssl_pkey_new and
333
333
openssl_pkey_get_details as well as openssl_sign and openssl_verify were
334
334
extended to support those keys.
335
+ . Implement PASSWORD_ARGON2 password hashing.
336
+ Requires OpenSSL 3.2 and NTS build.
335
337
336
338
- PCRE:
337
339
. The bundled pcre2lib has been updated to version 10.44.
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
135
135
--with-ftp-ssl and --with-mysqlnd-ssl.
136
136
- New configure option --with-openssl-legacy-provider to enable OpenSSL
137
137
legacy provider.
138
+ - New configure option --with-openssl-argon2 to enable PASSWORD_ARGON2
139
+ from OpenSSL 3.2
138
140
- COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).
139
141
- HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.
140
142
- HAVE_UTSNAME_DOMAINNAME symbol renamed to HAVE_STRUCT_UTSNAME_DOMAINNAME.
You can’t perform that action at this time.
0 commit comments