Skip to content

Commit 10ae879

Browse files
committed
NEWS/UPGRADING
1 parent 0a134e5 commit 10ae879

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.4.0alpha1
44

5+
- BCMath:
6+
. [RFC] Add bcfloor, bcceil and bcround to BCMath (Saki Takamachi)
7+
. Refactor BCMath 1 (Saki Takamachi)
8+
59
- Core:
610
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,
711
Solaris and Haiku. (David Carlier)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,10 @@ PHP 8.4 UPGRADE NOTES
458458
6. New Functions
459459
========================================
460460

461+
- BCMath:
462+
. Added bcfloor(), bcceil(), bcround().
463+
RFC: https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath
464+
461465
- DOM:
462466
. Added DOMNode::compareDocumentPosition().
463467
. Added DOMXPath::registerPhpFunctionNS().

0 commit comments

Comments
 (0)