summaryrefslogtreecommitdiff
path: root/ext/intl/calendar
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-3/+2
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-093-10/+26
* Merge branch 'PHP-8.0'Nikita 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-152-5/+5
|/
* Verify parameter names of function aliasesMáté Kocsis2020-10-162-4/+4
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-43/+41
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-142-5/+4
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-1/+1
* Add more precise type info for stubsMáté Kocsis2020-09-013-25/+21
* Prevent double-construction of IntlGregorianCalendarNikita Popov2020-08-261-2/+7
* Fixed bug #79946Nikita Popov2020-08-101-1/+0
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-3/+11
* Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-314-148/+86
* Fix IntlGregorianCalendar constructor signatureNikita Popov2020-07-172-3/+10
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add zend_call_known_function() API familyNikita Popov2020-06-091-2/+4
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-091-4/+3
* Add tests to check mismatching function signaturesMáté Kocsis2020-06-061-34/+17
* Fix weird zend_bool usage in Intl Calendar::roll() methodGeorge Peter Banyard2020-06-041-11/+5
* Generate method entries for ext/intlMáté Kocsis2020-04-145-265/+295
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-5/+5
* Do not include the same stub multiple timesMáté Kocsis2020-04-032-303/+0
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-4/+6
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-6/+4
* Add stubs for IntlCalendarMáté Kocsis2020-02-045-158/+688
* Fix ZPP of intl_cal_set()Máté Kocsis2020-02-041-39/+24
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-2/+2
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-022-38/+38
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-312-7/+7
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-302-44/+44
* Use ArgumentCountError in IntlGregorianCalendar ctorNikita Popov2019-10-301-21/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-256-12/+0
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-112-92/+0
* Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-3/+2
* Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-042-10/+10
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* Eliminate useless $this related checkDmitry Stogov2018-11-141-8/+12
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* Require ICU ≥ 50.1Christoph M. Becker2018-09-153-31/+0
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-9/+9
* Avoid magic method hash lookupsDmitry Stogov2018-07-021-2/+2
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Simplify namespace accessAnatol Belski2018-04-014-8/+8
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-314-0/+14
* Use explicit for more type safetyAnatol Belski2018-02-151-1/+1
* Remove trailing whitespace in C++ filesGabriel Caruso2018-01-061-9/+9
* fix build of intl/calendarNuno Lopes2017-12-031-0/+3
* Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1