File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.4.0alpha1
4
4
5
+ - BCMath:
6
+ . [RFC] Add bcfloor, bcceil and bcround to BCMath (Saki Takamachi)
7
+ . Refactor BCMath 1 (Saki Takamachi)
8
+
5
9
- Core:
6
10
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,
7
11
Solaris and Haiku. (David Carlier)
Original file line number Diff line number Diff line change @@ -458,6 +458,10 @@ PHP 8.4 UPGRADE NOTES
458
458
6. New Functions
459
459
========================================
460
460
461
+ - BCMath:
462
+ . Added bcfloor(), bcceil(), bcround().
463
+ RFC: https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath
464
+
461
465
- DOM:
462
466
. Added DOMNode::compareDocumentPosition().
463
467
. Added DOMXPath::registerPhpFunctionNS().
You can’t perform that action at this time.
0 commit comments