File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments