Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warning to ValueError promotion in Intl extension Part 1 | George Peter Banyard | 2020-07-31 | 14 | -251/+305 |
* | Fix IntlGregorianCalendar constructor signature | Nikita Popov | 2020-07-17 | 1 | -1/+1 |
* | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -1/+1 |
* | Drop non-well numeric string in Intl test | George Peter Banyard | 2020-06-28 | 1 | -4/+0 |
* | Improve type error messages when an object is given | Máté Kocsis | 2020-05-26 | 2 | -2/+2 |
* | Deprecate old ReflectionParameter type declaration APIs | Nikita Popov | 2020-05-11 | 1 | -15/+0 |
* | Make float to string casts locale-independent | Máté Kocsis | 2020-05-08 | 2 | -2/+2 |
* | Update intl test suite for ICU 67.1 | Christoph M. Becker | 2020-04-24 | 4 | -3/+469 |
* | Add Intl resource bundle files for big-endian architecture. | George Peter Banyard | 2020-04-14 | 8 | -1/+10 |
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -8/+8 |
* | Display nullability in type error messages for internal functions | Máté Kocsis | 2020-03-31 | 1 | -2/+2 |
* | Change argument error message format | Máté Kocsis | 2020-02-26 | 50 | -67/+67 |
* | Make type error messages more consistent | Máté Kocsis | 2020-02-17 | 50 | -67/+67 |
* | Constrain number parameter of numfmt_format to int|float | Christoph M. Becker | 2020-02-16 | 3 | -27/+12 |
* | Fix ZPP of intl_cal_set() | Máté Kocsis | 2020-02-04 | 1 | -3/+14 |
* | Add stubs for IntlDateFormatter & MessageFormatter | Máté Kocsis | 2020-02-04 | 1 | -1/+1 |
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 155 | -3496/+3496 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-03 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-03 | 1 | -2/+2 |
| |\ | |||||
| | * | Relax test expectation | Christoph M. Becker | 2020-02-03 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-03 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-03 | 1 | -0/+18 |
| |\ \ | | |/ | |||||
| | * | Fix #79212: NumberFormatter::format() may detect wrong type | Christoph M. Becker | 2020-02-03 | 1 | -0/+18 |
* | | | Fix indentation and whitespaces in tests | Máté Kocsis | 2020-01-31 | 1 | -22/+22 |
* | | | Fix #74063: NumberFormatter fails after retrieval from session | Christoph M. Becker | 2020-01-30 | 20 | -599/+17 |
* | | | Fix #78649 Provide ICU RELATIVE_ constants | Máté Kocsis | 2020-01-22 | 1 | -0/+72 |
* | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 7 | -11/+11 |
* | | | Throw exception for unconstructed intl objects | Máté Kocsis | 2020-01-05 | 18 | -107/+108 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-12-09 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Fix #78912: INTL Support for accounting format | Christoph M. Becker | 2019-12-09 | 1 | -0/+14 |
* | | | Add stubs for the Locale component of Intl | Máté Kocsis | 2019-11-16 | 1 | -17/+24 |
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2019-11-11 | 1 | -0/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2019-11-11 | 1 | -0/+13 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-11-11 | 1 | -0/+13 |
| | |\ | |||||
| | | * | Fix bug #78804 - Segmentation fault in Locale::filterMatches | Stanislav Malyshev | 2019-11-11 | 1 | -0/+13 |
* | | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 160 | -364/+44 |
* | | | | Use ArgumentCountError in IntlGregorianCalendar ctor | Nikita Popov | 2019-10-30 | 1 | -22/+23 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-24 | 2 | -1/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Skip IntlTimeZone::getOffset() error tests on non-x86 | Nikita Popov | 2019-10-24 | 2 | -1/+12 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-04 | 4 | -0/+1559 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-04 | 4 | -0/+1559 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-04 | 4 | -0/+1559 |
| | |\ \ | | | |/ | |||||
| | | * | Split intl tests for ICU 65 | Christoph M. Becker | 2019-10-04 | 4 | -0/+1559 |
| | * | | Fix expect section | Anatol Belski | 2019-06-01 | 1 | -1/+1 |
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2019-06-01 | 7 | -6/+370 |
| | |\ \ | | | |/ | |||||
| | | * | Update tests for ICU 64 | Nikita Popov | 2019-06-01 | 7 | -6/+370 |
* | | | | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-09-30 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix borked SKIPIFs | Fabien Villepinte | 2019-09-30 | 2 | -2/+2 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-09-04 | 2 | -0/+4 |
|\ \ \ \ | |/ / / |