Skip to content

Commit 6f4bc0a

Browse files
committed
NEWS / UPGRADING
1 parent b71c6a5 commit 6f4bc0a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ PHP NEWS
2626
- Hash:
2727
. Deprecated passing incorrect data types for options to ext/hash functions.
2828
(nielsdos)
29+
. Added SSE2 and SHA-NI implementation of SHA-256. (timwolla, Colin Percival,
30+
Graham Percival)
2931

3032
- PHPDBG:
3133
. array out of bounds, stack overflow handled for segfault handler on windows.

Diff for: UPGRADING

+4
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,10 @@ PHP 8.4 UPGRADE NOTES
955955
. Improved the performance of FTP uploads up to a factor of 10x for large
956956
uploads.
957957

958+
- Hash:
959+
. Added SSE2 and SHA-NI implementations of SHA-256. This improves the performance
960+
on supported CPUs by ~1.3x (SSE2) and 3x - 5x (SHA-NI).
961+
958962
- MBString:
959963
. The performance of strspn() and strcspn() is greatly improved.
960964
They now run in linear time instead of being bounded by quadratic time.

0 commit comments

Comments
 (0)