summaryrefslogtreecommitdiff
path: root/ext/intl/timezone/timezone_methods.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-1/+1
* Remove proto comments from C filesMax Semenik2020-07-061-6/+2
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-091-1/+1
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-10/+10
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-13/+13
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-24/+26
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+3
|\
| * Allow exceptions in __toString()Nikita Popov2019-06-051-1/+3
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-44/+0
|/
* Require ICU ≥ 50.1Christoph M. Becker2018-09-151-8/+0
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-5/+3
* Simplify namespace accessAnatol Belski2018-04-011-2/+2
* Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+4
* Removed useless separationsDmitry Stogov2017-12-071-4/+2
* Update IntlTimeZone methods for ICU 52Sara Golemon2016-04-181-0/+78
* More zpp cleanup in ext/intlNikita Popov2015-10-061-2/+2
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-24/+10
* 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-101-2/+2
* cleanup intl typesStanislav Malyshev2014-12-291-22/+21
* eliminate usage of deprecated zend_get_parameters_exStanislav Malyshev2014-12-281-17/+8
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-77/+77
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 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-251-22/+22
* yet trivial fixesAnatol Belski2014-08-201-1/+1
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-12/+12
* basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
* 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
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-36/+47
* 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-251-1/+1
|/
* 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/+7
* Added IntlTimeZone::fromDateTimeZone() and ::toDateTimeZone.Gustavo André dos Santos Lopes2012-05-171-0/+57
* Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+6
* Added support for new method TimeZone::getUnknown() added in ICU 49.Gustavo André dos Santos Lopes2012-04-011-0/+14
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-0/+572