master
Add Intl resource bundle files for big-endian architecture.
[ci skip] Fix test formatting
Intl: IntlListFormatter - update exception message (#19282)
Use EXTENSIONS instead of SKIPIF sections in *.phpt
ext/intl: Do not register IntlNumberRangeFormatter on ICU 62 or lower (#20197)
Handle GC cycles properly in intl iterators
Migrate SKIPIF -> EXTENSIONS (#7138)
ext/intl: modernize tests (#19392)
ext/intl: Refactor error handling (#19196)
Close GH-16659: Bump ICU requirement to ICU >= 57.1
Adapt ext/intl tests for ICU 75.1 and 76.1
Close PHP tags in tests
ext/intl: Various refactoring (#14360)
Merge branch 'PHP-8.0'
Fix GH-12635: Test bug69398.phpt fails with ICU 74.1
ext/intl: prevent creation of invalid UConverter instance (#19396)
Declare tentative return types for ext/intl (#6986)
Add some missing EXTENSIONS sections to misc tests
Deprecate calling IntlCalendar::set() with more than 2 arguments and intlcal_set()
Add IntlCalendar::setDate() and IntlCalendar::setDateTime()
Implement IntlGregorianCalendar::createFromDate() and IntlGregorianCalendar::createFromDateTime()
ext/intl: wrap DateTimeZone constructor exception in an IntlException (#19410)
ext/intl: Split error tests out and stop relying on ut_common() testing (#19266)
datefmt_parse/datefmt_localtime references type system fixes
Adapt ext/intl tests for ICU 72.1
Add missing EXTENSIONS section to intl test
ext/intl: Refactor timezone parameter passing (#19409)
ext/intl: Add #[\Deprecated] to U_MULTIPLE_DECIMAL_SEPERATORS constant (#19564)
Replace `@deprecated` by `#[\Deprecated]` for internal functions / class constants (#14750)
ext/intl: Add DECIMAL_COMPACT_SHORT and DECIMAL_COMPACT_LONG for NumberFormatter class
Fix GH-11874: intl causing segfault in docker images
Fix intl tests naming (#19763)
Fix GH-12727: NumberFormatter constructor throws an exception on invalid locale.
core: Warn when non-representable floats are coerced to int (#19760)
ext/intl: Deprecate intl.error_level INI setting (#19430)
Fix GH-18566: [intl] Weird numeric sort in Collator
Fix IntlPartsIterator key off-by-one error
Allowing catching arg type deprecations in intl classes
Test: grapheme_extract should slide properly past error bytes. (#17404)
Fix reference handling of grapheme_extract()
[RFC] Add a locale for grapheme case-insensitive functions (#18792)
Add grapheme_str_split function
Fix reference handling of IntlTimeZone::getCanonicalID/intltz_get_canonical_id
Fix reference support for intltz_get_offset()
ext/intl: fix locale_compose/locale_lookup to be able to deal with references.
Merge branch 'PHP-8.0' into PHP-8.1
ext/intl: Locale::* methods using param as path whenever relevant. (#18365)
Fix intl test on travis
Fix intl tests for icu 77 (#18125)
Fix numfmt_parse_currency() reference handling
Fix IntlDateFormatter::parseToCalendar() reference type system breaks
Use "must not" instead of "cannot" wording
Migrate more SKIPIF -> EXTENSIONS (#7139)
ext/intl: SpoofChecker::setAllowedChars support.
Fix reference handling in SpoofChecker
ext/intl: Use ZPP specifier for IntlTimeZone::createEnumeration() (#19393)
ext/intl: better errors for IntlTimeZone::createTimeZoneIDEnumeration (#19395)
ext/int: IntlTimeZone converting few intl error to exceptions. (#13477)
Declare Transliterator::$id as readonly to unlock subclassing it
Fix ICU version specific skip reasons of intl tests (GH-16661)
ext/intl: Fix Uconverter::transcode with substitutes as references.
Deprecate passing null to non-nullable arg of internal function