File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ PHP NEWS
59
59
. Added NumberFormatter::ROUND_TOWARD_ZERO and ::ROUND_AWAY_FROM_ZERO as
60
60
aliases for ::ROUND_DOWN and ::ROUND_UP. (Jorg Sowa)
61
61
. 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.
62
67
63
68
- LDAP:
64
69
. Added LDAP_OPT_X_TLS_PROTOCOL_MAX/LDAP_OPT_X_TLS_PROTOCOL_TLS1_3
Original file line number Diff line number Diff line change @@ -391,6 +391,10 @@ PHP 8.4 UPGRADE NOTES
391
391
. Added DOMXPath::registerPhpFunctionNS().
392
392
RFC: https://wiki.php.net/rfc/improve_callbacks_dom_and_xsl
393
393
394
+ - Intl:
395
+ . Added IntlDateFormatter::getIanaID()/intltz_get_iana_id() to
396
+ the IANA identifier from a given timezone.
397
+
394
398
- MBString:
395
399
. Added mb_trim, mb_ltrim and mb_rtrim functions.
396
400
RFC: https://wiki.php.net/rfc/mb_trim
@@ -462,6 +466,10 @@ PHP 8.4 UPGRADE NOTES
462
466
- Intl:
463
467
. The IntlDateFormatter class exposes now the new PATTERN constant
464
468
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.
465
473
466
474
- LDAP:
467
475
. LDAP_OPT_X_TLS_PROTOCOL_MAX.
You can’t perform that action at this time.
0 commit comments