summaryrefslogtreecommitdiff
path: root/ext/intl/timezone
Commit message (Expand)AuthorAgeFilesLines
* yet trivial fixesAnatol Belski2014-08-202-3/+3
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-12/+12
* basic macro replacements, all at onceAnatol Belski2014-08-192-31/+31
* Separate argument passed by referenceDmitry Stogov2014-07-081-1/+1
* Fixed compilation problemsDmitry Stogov2014-06-301-2/+2
* Fixed reference handling in intltz_get_canonical_idXinchen Hui2014-06-301-0/+1
* Fixed reference handling in intltz_get_offsetXinchen Hui2014-06-301-0/+2
* Fixed retval with zend_call_methodXinchen Hui2014-06-291-1/+1
* Fixed get_debug_infoXinchen Hui2014-06-281-11/+17
* Intl's codes are really need more careful :<Xinchen Hui2014-06-281-1/+1
* Fixed initialize of zvalXinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-3/+3
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-283-106/+115
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+3
* Fixed cloning in ext/intl classes; master specificGustavo Lopes2012-08-261-1/+1
* Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-223-74/+5
|\
| * Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-223-74/+5
* | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-251-1/+1
|/
* DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-043-5/+5
* Added private constructor to IntlTimeZone.Gustavo André dos Santos Lopes2012-06-033-0/+10
* Fixed write in constant memory.Gustavo André dos Santos Lopes2012-06-031-2/+2
* Fixed problem in IntlCalendar debug handlerGustavo André dos Santos Lopes2012-05-251-2/+0
* Fixed a couple of memory leaksGustavo André dos Santos Lopes2012-05-171-7/+12
* Added IntlTimeZone::fromDateTimeZone() and ::toDateTimeZone.Gustavo André dos Santos Lopes2012-05-174-2/+137
* Accept DateTimeZone where time zones are expected.Gustavo André dos Santos Lopes2012-05-172-10/+93
* Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-013-0/+18
* Added support for new method TimeZone::getUnknown() added in ICU 49.Gustavo André dos Santos Lopes2012-04-013-0/+19
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-014-0/+1140