summaryrefslogtreecommitdiff
path: root/ext/intl/timezone/timezone_class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-7/+7
* Avoid magic method hash lookupsDmitry Stogov2018-07-021-1/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Simplify namespace accessAnatol Belski2018-04-011-1/+1
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* Merged PHP-7.0 by hand due to conflicts.Derick Rethans2017-08-151-2/+2
* Update IntlTimeZone methods for ICU 52Sara Golemon2016-04-181-0/+15
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-13/+8
* 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-7/+7
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-43/+43
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-17/+17
* yet trivial fixesAnatol Belski2014-08-201-2/+2
* basic macro replacements, all at onceAnatol Belski2014-08-191-16/+16
* 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-281-65/+58
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+3
* Fixed cloning in ext/intl classes; master specificGustavo Lopes2012-08-261-1/+1
* Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-73/+2
* DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-2/+2
* Added private constructor to IntlTimeZone.Gustavo André dos Santos Lopes2012-06-031-0/+1
* 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-171-2/+75
* Accept DateTimeZone where time zones are expected.Gustavo André dos Santos Lopes2012-05-171-9/+91
* Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+9
* Added support for new method TimeZone::getUnknown() added in ICU 49.Gustavo André dos Santos Lopes2012-04-011-0/+3
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-0/+440