Skip to content

Commit 8bc34dd

Browse files
committed
[ci skip] NEWS/UPGRADING
1 parent 037855f commit 8bc34dd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ PHP NEWS
5959
. Added NumberFormatter::ROUND_TOWARD_ZERO and ::ROUND_AWAY_FROM_ZERO as
6060
aliases for ::ROUND_DOWN and ::ROUND_UP. (Jorg Sowa)
6161
. Added NumberFormatter::ROUND_HALFODD. (Ayesh Karunaratne)
62+
. Added UCHAR_IDS_UNARY_OPERATOR, UCHAR_ID_COMPAT_MATH_START and
63+
UCHAR_ID_COMPAT_MATH_CONTINUE constants. (David Carlier)
64+
. Added IntlDateFormatter::getIanaID/intltz_get_iana_id method/function.
65+
(David Carlier)
66+
. Set to C++17 standard for icu 74 and onwards.
6267

6368
- LDAP:
6469
. Added LDAP_OPT_X_TLS_PROTOCOL_MAX/LDAP_OPT_X_TLS_PROTOCOL_TLS1_3

UPGRADING

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ PHP 8.4 UPGRADE NOTES
391391
. Added DOMXPath::registerPhpFunctionNS().
392392
RFC: https://wiki.php.net/rfc/improve_callbacks_dom_and_xsl
393393

394+
- Intl:
395+
. Added IntlDateFormatter::getIanaID()/intltz_get_iana_id() to
396+
the IANA identifier from a given timezone.
397+
394398
- MBString:
395399
. Added mb_trim, mb_ltrim and mb_rtrim functions.
396400
RFC: https://wiki.php.net/rfc/mb_trim
@@ -462,6 +466,10 @@ PHP 8.4 UPGRADE NOTES
462466
- Intl:
463467
. The IntlDateFormatter class exposes now the new PATTERN constant
464468
reflecting udat api's UDAT_PATTERN.
469+
. The IntlChar class exposes now the new PROPERTY_IDS_UNARY_OPERATOR (new
470+
IDS binary operator), PROPERTY_ID_COMPT_MATH_START,
471+
PROPERTY_ID_COMPT_MATH_CONTINUE (both for mathematical
472+
identifier profiling purpose) constants.
465473

466474
- LDAP:
467475
. LDAP_OPT_X_TLS_PROTOCOL_MAX.

0 commit comments

Comments
 (0)