summaryrefslogtreecommitdiff
path: root/ext/intl/timezone
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-5/+3
* 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-013-4/+4
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-313-0/+8
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Removed useless separationsDmitry Stogov2017-12-071-4/+2
* 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-183-0/+98
* More zpp cleanup in ext/intlNikita Popov2015-10-061-2/+2
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-012-37/+18
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-102-9/+9
* cleanup intl typesStanislav Malyshev2014-12-292-24/+23
* eliminate usage of deprecated zend_get_parameters_exStanislav Malyshev2014-12-281-17/+8
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-125/+125
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
* first show to make 's' work with size_tAnatol Belski2014-08-271-7/+7
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-252-39/+39
* 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