summaryrefslogtreecommitdiff
path: root/ext/intl/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-6/+7
* Patch improvement:Dmitry Stogov2015-03-301-24/+27
* Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-301-19/+19
|\
| * Converted intl extension to use IntlException in constructors.Danack2015-03-151-19/+19
* | Fixed memory leakDmitry Stogov2015-03-101-0/+1
|/
* remove unused varAnatol Belski2015-01-301-1/+1
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* trailing whitespace removalStanislav Malyshev2015-01-103-17/+17
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-198/+198
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
* first show to make 's' work with size_tAnatol Belski2014-08-272-4/+4
* master renames phase 1Anatol Belski2014-08-253-92/+92
* yet trivial fixesAnatol Belski2014-08-202-2/+2
* ported ext/intl, bugfixes to goAnatol Belski2014-08-192-40/+40
* basic macro replacements, all at onceAnatol Belski2014-08-192-58/+58
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+2
* Fixed IntlCalendar::toDateTime()Dmitry Stogov2014-07-081-2/+4
* Fixed segfault in intlgregcal_create_instanceXinchen Hui2014-06-291-1/+2
* Fixed retval with zend_call_methodXinchen Hui2014-06-291-7/+5
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-292-16/+21
* Fixed get_debug_infoXinchen Hui2014-06-281-17/+23
* Fixed Calendar_objects_freeXinchen Hui2014-06-281-3/+1
* Fixed segfaultsXinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-282-3/+3
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-284-113/+101