summaryrefslogtreecommitdiff
path: root/ext/intl/calendar/calendar_class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-2/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-141-72/+2
* Add stubs for IntlCalendarMáté Kocsis2020-02-041-155/+53
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-6/+6
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-14/+0
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Simplify namespace accessAnatol Belski2018-04-011-2/+2
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+3
* 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
* | 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
|/
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-33/+33
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-46/+46
* yet trivial fixesAnatol Belski2014-08-201-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-45/+45
* Fixed get_debug_infoXinchen Hui2014-06-281-17/+23
* Fixed Calendar_objects_freeXinchen Hui2014-06-281-3/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+2
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-43/+29
* Cleanup (1-st round)Dmitry Stogov2014-04-151-4/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* intl: fix extra space in constant nameGustavo André dos Santos Lopes2013-07-031-1/+1
* intl: add intlcal_set_minimal_days_in_first_week()Gustavo André dos Santos Lopes2013-07-031-0/+5
* DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-0/+10
* Fixed problem in IntlCalendar debug handlerGustavo André dos Santos Lopes2012-05-251-2/+2
* Added IntlCalendar::toDateTime()Gustavo André dos Santos Lopes2012-05-171-0/+1
* Added IntlCalendar::fromDateTime()Gustavo André dos Santos Lopes2012-05-171-0/+5
* Accept DateTimeZone where time zones are expected.Gustavo André dos Santos Lopes2012-05-171-2/+2
* Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+10
* Supported Calendar methods new to ICU 49.Gustavo André dos Santos Lopes2012-04-011-0/+15
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-0/+509