1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] NEWS and UPGRADING

This commit is contained in:
Niels Dossche
2024-05-01 16:57:36 +02:00
parent 0a3ccc0b99
commit b1bb9c34e8
2 changed files with 5 additions and 2 deletions

4
NEWS
View File

@@ -3,8 +3,8 @@ PHP NEWS
?? ??? ????, PHP 8.4.0alpha1
- BCMath:
. [RFC] Add bcfloor, bcceil and bcround to BCMath (Saki Takamachi)
. Improve performance (Saki Takamachi)
. [RFC] Add bcfloor, bcceil and bcround to BCMath. (Saki Takamachi)
. Improve performance. (Saki Takamachi, nielsdos)
- Core:
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,

View File

@@ -665,6 +665,9 @@ PHP 8.4 UPGRADE NOTES
14. Performance Improvements
========================================
- BCMath:
. Improved performance of number conversions.
- Core:
. Improved the performance of floating point number parsing and formatting in
ZTS builds under highly concurrent loads. This affects the `printf()` family