We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbc195 commit 6d285e3Copy full SHA for 6d285e3
UPGRADING
@@ -644,6 +644,12 @@ PHP 8.4 UPGRADE NOTES
644
14. Performance Improvements
645
========================================
646
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
+
653
- DOM:
654
. The performance of DOMNode::C14N() is greatly improved for the case without
655
an xpath query. This can give a time improvement of easily two order of
0 commit comments