File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ PHP NEWS
188
188
. debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
189
189
. Fix GH-12143 (Optimize round). (SakiTakamachi)
190
190
. Changed return type of long2ip to string from string|false. (Jorg Sowa)
191
+ . Fix GH-12143 (Extend the maximum precision round can handle by one digit).
192
+ (SakiTakamachi)
191
193
192
194
- XML:
193
195
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
Original file line number Diff line number Diff line change @@ -381,6 +381,8 @@ PHP 8.4 UPGRADE NOTES
381
381
certain numbers, so this fix removes "pre-rounding" and changes the way numbers
382
382
are compared, so that the values are correctly rounded as decimal numbers.
383
383
. long2ip() now returns string instead of string|false.
384
+ . The maximum precision that can be handled by round() has been extended by
385
+ one digit.
384
386
385
387
========================================
386
388
6. New Functions
You can’t perform that action at this time.
0 commit comments