File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ PHP 8.4 UPGRADE NOTES
1151152. New Features
116116========================================
117117
118+ - Date:
119+ . Added static method DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static
120+
118121- DOM:
119122 . Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
120123 . Added constant DOMNode::DOCUMENT_POSITION_PRECEDING.
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
5858
5959 e. ext/date
6060 - Added the php_format_date_ex() API to format instances of php_date_obj.
61+ - Added the php_date_initialize_from_ts_long() and
62+ php_date_initialize_from_ts_double() to initialize a php_date_obj with
63+ the given unix timestamp using GMT +00:00.
6164
6265 d. ext/pcre
6366 - php_pcre_match_impl() now no longer has a use_flags argument.
You can’t perform that action at this time.
0 commit comments