File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Date:
11
11
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
12
+ . Added DateTime[Immutable]::[get|set]Microseconds. (Marc Bennewitz)
12
13
13
14
DOM:
14
15
. Added DOMNode::compareDocumentPosition(). (nielsdos)
@@ -106,7 +107,7 @@ Standard:
106
107
(nielsdos)
107
108
. Removed the deprecated inet_ntoa call support. (David Carlier)
108
109
. 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)
110
111
111
112
XML:
112
113
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ PHP 8.4 UPGRADE NOTES
118
118
- Date:
119
119
. Added static methods
120
120
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
121
+ . Added method DateTime[Immutable]::getMicroseconds(): int.
122
+ . Added method
123
+ DateTime[Immutable]::setMicroseconds(int $microseconds): static.
121
124
122
125
- DOM:
123
126
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
You can’t perform that action at this time.
0 commit comments