File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ PHP NEWS
2222- GD:
2323 . Added gdImageClone to bundled libgd. (David Carlier)
2424
25+ - OpenSSL:
26+ . Implement GH-13514 PASSWORD_ARGON2 from OpenSSL 3.2. (Remi)
27+
2528- PDO:
2629 . The internal header php_pdo_int.h is no longer installed; it is not
2730 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
332332 ed25519, x448 and ed448 fields are supported in openssl_pkey_new and
333333 openssl_pkey_get_details as well as openssl_sign and openssl_verify were
334334 extended to support those keys.
335+ . Implement PASSWORD_ARGON2 password hashing.
336+ Requires OpenSSL 3.2 and NTS build.
335337
336338- PCRE:
337339 . 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
135135 --with-ftp-ssl and --with-mysqlnd-ssl.
136136 - New configure option --with-openssl-legacy-provider to enable OpenSSL
137137 legacy provider.
138+ - New configure option --with-openssl-argon2 to enable PASSWORD_ARGON2
139+ from OpenSSL 3.2
138140 - COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).
139141 - HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.
140142 - HAVE_UTSNAME_DOMAINNAME symbol renamed to HAVE_STRUCT_UTSNAME_DOMAINNAME.
You can’t perform that action at this time.
0 commit comments