Skip to content

Commit 6d285e3

Browse files
committed
[ci skip] UPGRADING
1 parent 9bbc195 commit 6d285e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,12 @@ PHP 8.4 UPGRADE NOTES
644644
14. Performance Improvements
645645
========================================
646646

647+
- Core:
648+
. Improved the performance of floating point number parsing and formatting in
649+
ZTS builds under highly concurrent loads. This affects the `printf()` family
650+
of functions as well as serialization functions such as `json_encode()`,
651+
`serialize()`.
652+
647653
- DOM:
648654
. The performance of DOMNode::C14N() is greatly improved for the case without
649655
an xpath query. This can give a time improvement of easily two order of

0 commit comments

Comments
 (0)