summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat
Commit message (Expand)AuthorAgeFilesLines
* Make IntlDateFormatter ctor $pattern nullableNikita Popov2021-02-092-5/+5
* Sync datefmt_get_calendar_object signatureNikita Popov2021-01-182-2/+2
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-3/+3
* Initialize calendar_long variableNikita Popov2020-10-141-1/+1
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-26/+26
* More precise type information for datefmt_format()Máté Kocsis2020-10-092-2/+2
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-147-63/+73
* Add more precise type info for stubsMáté Kocsis2020-09-012-2/+2
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-1/+3
* Fix some clang warningsNikita Popov2020-07-231-1/+1
* Fix a few commentsMáté Kocsis2020-07-062-4/+4
* Remove proto comments from C filesMax Semenik2020-07-066-104/+24
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-092-2/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-1414-180/+118
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-6/+6
* Do not include the same stub multiple timesMáté Kocsis2020-04-032-142/+0
* Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-044-69/+323
* Fix #78649 Provide ICU RELATIVE_ constantsMáté Kocsis2020-01-221-0/+4
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-2/+2
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-025-18/+18
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-306-19/+19
* Optimize instanceof_functionNikita Popov2019-10-251-2/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2520-40/+0
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+3
|\
| * Allow exceptions in __toString()Nikita Popov2019-06-051-1/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-1/+1
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-1/+1
| | |\
| | | * Fixed bug #77895Nikita Popov2019-04-151-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-1/+1
| | |\ \ | | | |/
| | | * Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-181-1/+1
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* | | | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-115-36/+0
* | | | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
|/ / /
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* | | Require ICU ≥ 50.1Christoph M. Becker2018-09-151-4/+0
* | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
|/ /
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1