Skip to content

Commit 9b5bc67

Browse files
committed
Added NEWS and UPGRADING entries
1 parent bff0151 commit 9b5bc67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Core:
99

1010
Date:
1111
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
12+
. Added DateTime[Immutable]::[get|set]Microseconds. (Marc Bennewitz)
1213

1314
DOM:
1415
. Added DOMNode::compareDocumentPosition(). (nielsdos)
@@ -106,7 +107,7 @@ Standard:
106107
(nielsdos)
107108
. Removed the deprecated inet_ntoa call support. (David Carlier)
108109
. Cast large floats that are within int range to int in number_format so
109-
the precision is not lost. (Marc Bennewitz)
110+
the precision is not lost. (Marc Bennewitz)
110111

111112
XML:
112113
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ PHP 8.4 UPGRADE NOTES
118118
- Date:
119119
. Added static methods
120120
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
121+
. Added method DateTime[Immutable]::getMicroseconds(): int.
122+
. Added method
123+
DateTime[Immutable]::setMicroseconds(int $microseconds): static.
121124

122125
- DOM:
123126
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.

0 commit comments

Comments
 (0)