summaryrefslogtreecommitdiff
path: root/ext/intl/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-12/+1
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-08-251-11/+11
|\
| * Fixed bug #75090Thomas Punt2017-08-251-11/+11
* | fix compiler warningAnatol Belski2016-07-261-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-211-1/+1
|\ \ | |/
| * Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar...Xinchen Hui2016-07-211-1/+1
* | Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
* | Merge branch 'PHP-7.0'Joe Watkins2016-04-111-1/+1
|\ \ | |/
| * fix calendar segfaultJoe Watkins2016-04-111-1/+1
* | Make duplicate class constant error for internal classNikita Popov2015-12-101-2/+0
|/
* More zpp cleanup in ext/intlNikita Popov2015-10-061-32/+12
* Fix/improve zpp usageNikita Popov2015-10-021-8/+4
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Fixed redundand internal constructor behavior (they shouldn't return NULL any...Dmitry Stogov2015-05-071-22/+39
* Fix leak in IntlCalendar::fromDateTime()Nikita Popov2015-04-171-1/+1