1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS / UPGRADING

This commit is contained in:
Saki Takamachi
2024-02-23 01:12:34 +09:00
parent 703ead5a26
commit d29951891a
2 changed files with 4 additions and 0 deletions

2
NEWS
View File

@@ -188,6 +188,8 @@ PHP NEWS
. debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
. Fix GH-12143 (Optimize round). (SakiTakamachi)
. Changed return type of long2ip to string from string|false. (Jorg Sowa)
. Fix GH-12143 (Extend the maximum precision round can handle by one digit).
(SakiTakamachi)
- XML:
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)

View File

@@ -381,6 +381,8 @@ PHP 8.4 UPGRADE NOTES
certain numbers, so this fix removes "pre-rounding" and changes the way numbers
are compared, so that the values are correctly rounded as decimal numbers.
. long2ip() now returns string instead of string|false.
. The maximum precision that can be handled by round() has been extended by
one digit.
========================================
6. New Functions