File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ PHP NEWS
23
23
. Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases).
24
24
(Nikita)
25
25
26
+ - Phar:
27
+ . Use SHA256 by default for signature. (remi)
28
+ . Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
29
+
26
30
- SNMP:
27
31
. Implement SHA256 and SHA512 for security protocol. (remi)
28
32
Original file line number Diff line number Diff line change @@ -569,6 +569,10 @@ PHP 8.1 UPGRADE NOTES
569
569
- OpenSSL:
570
570
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
571
571
572
+ - Phar:
573
+ . Use SHA256 by default for signature.
574
+ . Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature.
575
+
572
576
- SNMP:
573
577
. add SHA256 and SHA512 for security protocol.
574
578
You can’t perform that action at this time.
0 commit comments