File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ PHP NEWS
175
175
. Add support for 4 new rounding modes to the round() function. (Jorg Sowa)
176
176
. debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
177
177
. Fix GH-12143 (Optimize round). (SakiTakamachi)
178
+ . Changed return type of long2ip to string from string|false. (Jorg Sowa)
178
179
179
180
- XML:
180
181
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ PHP 8.4 UPGRADE NOTES
364
364
decimal number and round it to 0.29. However, "pre-rounding" incorrectly rounds
365
365
certain numbers, so this fix removes "pre-rounding" and changes the way numbers
366
366
are compared, so that the values are correctly rounded as decimal numbers.
367
+ . long2ip() now returns string instead of string|false.
367
368
368
369
========================================
369
370
6. New Functions
You can’t perform that action at this time.
0 commit comments