summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-192-1/+8
* Sync datefmt_get_calendar_object signatureNikita Popov2021-01-182-2/+2
* Sync intlcal_create_instance() and IntlCalendar::createInstance()Nikita Popov2021-01-182-2/+2
* 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
* | Add more precise type info for stubsMáté Kocsis2020-09-0111-71/+71
* | Prevent ResourceBundle double-constructionNikita Popov2020-08-262-0/+23
* | Prevent double-construction of NumberFormatterNikita Popov2020-08-262-0/+16
* | Prevent double-construction of IntlGregorianCalendarNikita Popov2020-08-262-2/+15
* | Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-262-1/+17
* | Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-253-20/+17
* | Clean up BreakIterator create_object handlerNikita Popov2020-08-251-3/+3
* | Fixed bug #79946Nikita Popov2020-08-102-2/+1
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-09121-2/+121
* | Add another round of missing parameter types to stubsMáté Kocsis2020-08-0718-24/+60
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-3/+13
* | Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-3124-459/+442
* | Add a few missing parameter types in stubsMáté Kocsis2020-07-302-2/+3
* | Validate collator earlier during sortNikita Popov2020-07-243-28/+15
* | Fix some clang warningsNikita Popov2020-07-231-1/+1
* | Fix UConvert::getErrorMessage() leak on zpp failureNikita Popov2020-07-211-1/+1