File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1172,6 +1172,9 @@ PHP 8.4 UPGRADE NOTES
11721172 ZTS builds under highly concurrent loads. This affects the `printf()` family
11731173 of functions as well as serialization functions such as `json_encode()`,
11741174 `serialize()`.
1175+ . `sprintf()` using only `%s` and `%d` will be compiled into the equivalent
1176+ string interpolation, avoiding the overhead of a function call and repeatedly
1177+ parsing the format string.
11751178
11761179- DOM:
11771180 . The performance of DOMNode::C14N() is greatly improved for the case without
@@ -1201,6 +1204,10 @@ PHP 8.4 UPGRADE NOTES
12011204- PCRE:
12021205 . Improved the performance of named capture groups.
12031206
1207+ - Random:
1208+ . Improved the performance of \Random\Randomizer, with a specific focus
1209+ on the getBytes() and getBytesFromString() methods.
1210+
12041211- SimpleXML:
12051212 . Improved performance and reduce memory consumption of XML serialization.
12061213
You can’t perform that action at this time.
0 commit comments