summaryrefslogtreecommitdiff
path: root/ext/intl/timezone/timezone_class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-08-161-2/+2
|\
| * Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-161-2/+2
| * Upgrade timelib to 2017.05beta7Derick Rethans2017-08-151-2/+2
* | 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