summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-02-172-0/+20
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-172-0/+20
| |\
| | * Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-172-0/+20
| * | Add missing classes to stubsMáté Kocsis2021-02-092-1/+10
* | | Improve class entry generationMáté Kocsis2021-02-1617-37/+20
* | | Use typed proprety for Transliterator::$idNikita Popov2021-02-153-31/+11
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-119-16/+37
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-097-15/+15
|\ \ \ | |/ /
| * | Make NumberFormatter ctor $pattern nullableNikita Popov2021-02-095-8/+8
| * | Make IntlDateFormatter ctor $pattern nullableNikita Popov2021-02-094-8/+8
* | | Generate ext/intl class entries from stubsMáté Kocsis2021-02-0944-157/+276
* | | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-096-15/+6
* | | Add support for generating class entries from stubsMáté Kocsis2021-01-269-41/+67
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-192-1/+8
|\ \ \ | |/ /
| * | Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-192-1/+8
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-184-4/+4
|\ \ \ | |/ /
| * | Sync datefmt_get_calendar_object signatureNikita Popov2021-01-182-2/+2
| * | Sync intlcal_create_instance() and IntlCalendar::createInstance()Nikita Popov2021-01-182-2/+2
* | | Replace zend_bool uses with boolNikita Popov2021-01-1516-31/+31
* | | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-142-3/+3
|/ /
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-10/+11
|\ \ | |/
| * Fixed bug #80425Nikita Popov2020-11-271-10/+11
* | Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-097-18/+18
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-068-4/+701
|\ \ | |/
| * Split tests for compatibility with ICU 68.1Christoph M. Becker2020-11-068-4/+701
* | Verify parameter names of function aliasesMáté Kocsis2020-10-166-17/+14
* | Initialize calendar_long variableNikita Popov2020-10-141-1/+1
* | Improve parameter names in ext/intlMáté Kocsis2020-10-1252-509/+523
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-123-11/+44
|\ \ | |/
| * intl: report more information about message pattern parse errorsPhilip Hofstetter2020-10-123-11/+44
| * Update intl test suite for ICU 67.1Christoph M. Becker2020-06-054-3/+469
* | More precise type information for datefmt_format()Máté Kocsis2020-10-094-4/+4
* | Fix out of bounds offset handling with empty needleNikita Popov2020-10-012-2/+54
* | Allow empty needle in grapheme_str*pos, grapheme_str*strChristian Schneider2020-10-013-101/+59
* | Skip test with ICU version < 58Matteo Beccati2020-09-261-1/+5
* | Promote warning to ValueError for Spoofchecker::setRestrictionLevel()George Peter Banyard2020-09-252-2/+22
* | Normalize substr() behaviorNikita Popov2020-09-256-114/+114
* | Try to fix testNikita Popov2020-09-221-2/+1
* | Handle out-of-bounds offset consistently in grapheme_* APINikita Popov2020-09-223-32/+97
* | Fix grapheme out of bounds checkNikita Popov2020-09-223-2/+97
* | Drop -1 mode for collator_is_numeric()George Peter Banyard2020-09-213-7/+4
* | Drop Hex support in numeric strings for Intl collatorGeorge Peter Banyard2020-09-211-12/+1
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-202-2/+2
* | Run tidyNikita Popov2020-09-18196-210/+210
* | Display types in stubs more uniformlyMáté Kocsis2020-09-162-2/+2
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-1412-80/+85
* | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-112-2/+2
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0912-35/+35
* | Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-0718-146/+272
* | Use ZPP instead of custom type checksMáté Kocsis2020-09-045-9/+7