File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
?? ??? ????, PHP 8.4.0alpha1
4
4
5
5
- BCMath:
6
- . [RFC] Add bcfloor, bcceil and bcround to BCMath (Saki Takamachi)
7
- . Improve performance (Saki Takamachi)
6
+ . [RFC] Add bcfloor, bcceil and bcround to BCMath. (Saki Takamachi)
7
+ . Improve performance. (Saki Takamachi, nielsdos )
8
8
9
9
- Core:
10
10
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,
Original file line number Diff line number Diff line change @@ -665,6 +665,9 @@ PHP 8.4 UPGRADE NOTES
665
665
14. Performance Improvements
666
666
========================================
667
667
668
+ - BCMath:
669
+ . Improved performance of number conversions.
670
+
668
671
- Core:
669
672
. Improved the performance of floating point number parsing and formatting in
670
673
ZTS builds under highly concurrent loads. This affects the `printf()` family
You can’t perform that action at this time.
0 commit comments