Skip to content

Commit 1100a07

Browse files
committed
NEWS
1 parent c51af22 commit 1100a07

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ PHP NEWS
2323
. Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases).
2424
(Nikita)
2525

26+
- Phar:
27+
. Use SHA256 by default for signature. (remi)
28+
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
29+
2630
- SNMP:
2731
. Implement SHA256 and SHA512 for security protocol. (remi)
2832

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@ PHP 8.1 UPGRADE NOTES
569569
- OpenSSL:
570570
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
571571

572+
- Phar:
573+
. Use SHA256 by default for signature.
574+
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature.
575+
572576
- SNMP:
573577
. add SHA256 and SHA512 for security protocol.
574578

0 commit comments

Comments
 (0)