summaryrefslogtreecommitdiff
path: root/ext/intl/calendar
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cleanup (1-st round)Dmitry Stogov2014-04-152-5/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Reduce (some more) compile noise of 'unused variable' and 'may be usedChristopher Jones2013-08-192-3/+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-033-0/+33
* Write local err on intlcal_get_time_zone() failureGustavo Lopes2013-01-291-1/+1
* Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-221-0/+3
|\
| * Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-0/+3
* | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-252-2/+2
|/
* DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-044-3/+16