Skip to content

Commit b1bb9c3

Browse files
committed
[ci skip] NEWS and UPGRADING
1 parent 0a3ccc0 commit b1bb9c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PHP NEWS
33
?? ??? ????, PHP 8.4.0alpha1
44

55
- 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)
88

99
- Core:
1010
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,9 @@ PHP 8.4 UPGRADE NOTES
665665
14. Performance Improvements
666666
========================================
667667

668+
- BCMath:
669+
. Improved performance of number conversions.
670+
668671
- Core:
669672
. Improved the performance of floating point number parsing and formatting in
670673
ZTS builds under highly concurrent loads. This affects the `printf()` family

0 commit comments

Comments
 (0)