1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Added UPGRADING entry for GH-12413

Closes GH-12964.
This commit is contained in:
Marc Bennewitz
2023-12-17 08:17:11 +01:00
committed by Niels Dossche
parent 61b7370b6d
commit 5d85378893
2 changed files with 7 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ PHP 8.4 UPGRADE NOTES
2. New Features
========================================
- Date:
. Added static methods
DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
- DOM:
. Added constant DOMNode::DOCUMENT_POSITION_DISCONNECTED.
. Added constant DOMNode::DOCUMENT_POSITION_PRECEDING.

View File

@@ -58,6 +58,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
e. ext/date
- Added the php_format_date_ex() API to format instances of php_date_obj.
- Added the php_date_initialize_from_ts_long() and
php_date_initialize_from_ts_double() to initialize a php_date_obj with
the given unix timestamp using GMT +00:00.
d. ext/pcre
- php_pcre_match_impl() now no longer has a use_flags argument.