File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ PHP NEWS
26
26
- Hash:
27
27
. Deprecated passing incorrect data types for options to ext/hash functions.
28
28
(nielsdos)
29
+ . Added SSE2 and SHA-NI implementation of SHA-256. (timwolla, Colin Percival,
30
+ Graham Percival)
29
31
30
32
- PHPDBG:
31
33
. 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
955
955
. Improved the performance of FTP uploads up to a factor of 10x for large
956
956
uploads.
957
957
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
+
958
962
- MBString:
959
963
. The performance of strspn() and strcspn() is greatly improved.
960
964
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