summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Do not include the same stub multiple timesMáté Kocsis2020-04-0331-1184/+1341
* Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-2/+2
* Make cast_object handler requiredNikita Popov2020-03-311-9/+6
* Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-312-4/+1
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-11/+3
* Add stubs for IntlCharMáté Kocsis2020-02-283-90/+504
* Add stubs for UConverterMáté Kocsis2020-02-283-109/+170
* Merge branch 'PHP-7.4'Nikita Popov2020-02-281-5/+2
|\
| * Use type-checked ref assignment in UConverterNikita Popov2020-02-281-5/+2
| * Apply tidy formattingNikita Popov2020-02-031-1/+1
* | Change argument error message formatMáté Kocsis2020-02-2650-67/+67
* | Get rid of method mapping of BreakIterator classesMáté Kocsis2020-02-257-79/+79
* | Add stubs for Intl BreakIteratorMáté Kocsis2020-02-254-68/+199
* | Remove unnecessary checks in breakpoint iteratorNikita Popov2020-02-251-5/+0
* | Make type error messages more consistentMáté Kocsis2020-02-1750-67/+67
* | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-176-12/+18
* | Replace @param annotations with type declarationsChristoph M. Becker2020-02-166-18/+12
* | Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-166-38/+17
* | Fix [-Wmissing-field-initializers] compiler warning in transliterator_methods.cGeorge Peter Banyard2020-02-111-2/+2
* | Add stubs for NumberFormatterMáté Kocsis2020-02-094-144/+262
* | Add various stubs for IntlMáté Kocsis2020-02-0410-169/+389
* | Add stubs for IntlCalendarMáté Kocsis2020-02-046-337/+739
* | Fix ZPP of intl_cal_set()Máté Kocsis2020-02-042-42/+38
* | Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-049-209/+495
* | Reindent phpt filesNikita Popov2020-02-03155-3496/+3496
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-031-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-2/+2
| |\
| | * Relax test expectationChristoph M. Becker2020-02-031-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-032-15/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-032-15/+33
| |\ \ | | |/
| | * Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-032-15/+33
* | | Fix indentation and whitespaces in testsMáté Kocsis2020-01-311-22/+22
* | | Fix #74063: NumberFormatter fails after retrieval from sessionChristoph M. Becker2020-01-3021-599/+20
* | | Fix #78649 Provide ICU RELATIVE_ constantsMáté Kocsis2020-01-222-0/+76
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-179-14/+14
* | | Throw exception for unconstructed intl objectsMáté Kocsis2020-01-0533-148/+144
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | | Add stubs for various intl functionsMáté Kocsis2020-01-0314-193/+317
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-033-3/+3
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-0224-109/+109
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-013-4/+4
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-3122-110/+110
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-092-1/+17
|\ \ \ | |/ /
| * | Fix #78912: INTL Support for accounting formatChristoph M. Becker2019-12-092-1/+17
* | | Fix typo with msgfmt_parse_message()Fabien Villepinte2019-11-192-3/+3
* | | Add union return types with one classMáté Kocsis2019-11-182-6/+8
* | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-11-161-0/+4
* | | Add stubs for the Locale component of IntlMáté Kocsis2019-11-166-122/+276
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2019-11-112-2/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-11-112-2/+15
| |\ \ | | |/