Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update IntlTimeZone methods for ICU 52 | Sara Golemon | 2016-04-18 | 1 | -0/+78 |
* | More zpp cleanup in ext/intl | Nikita Popov | 2015-10-06 | 1 | -2/+2 |
* | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 1 | -24/+10 |
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -22/+21 |
* | eliminate usage of deprecated zend_get_parameters_ex | Stanislav Malyshev | 2014-12-28 | 1 | -17/+8 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -77/+77 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -22/+22 |
* | yet trivial fixes | Anatol Belski | 2014-08-20 | 1 | -1/+1 |
* | ported ext/intl, bugfixes to go | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -15/+15 |
* | Separate argument passed by reference | Dmitry Stogov | 2014-07-08 | 1 | -1/+1 |
* | Fixed compilation problems | Dmitry Stogov | 2014-06-30 | 1 | -2/+2 |
* | Fixed reference handling in intltz_get_canonical_id | Xinchen Hui | 2014-06-30 | 1 | -0/+1 |
* | Fixed reference handling in intltz_get_offset | Xinchen Hui | 2014-06-30 | 1 | -0/+2 |
* | Fixed retval with zend_call_method | Xinchen Hui | 2014-06-29 | 1 | -1/+1 |
* | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 1 | -36/+47 |
* | Merge branch 'datefmt_tz_cal_interop' | Gustavo André dos Santos Lopes | 2012-07-22 | 1 | -0/+3 |
|\ | |||||
| * | Added IntlDateFormatter::formatObject(). Refactor | Gustavo André dos Santos Lopes | 2012-07-22 | 1 | -0/+3 |
* | | Fix undeclared intl_locale_get_default() | Gustavo André dos Santos Lopes | 2012-06-25 | 1 | -1/+1 |
|/ | |||||
* | DateFormat plays nice with Calendar, TimeZone | Gustavo André dos Santos Lopes | 2012-06-04 | 1 | -2/+2 |
* | Added private constructor to IntlTimeZone. | Gustavo André dos Santos Lopes | 2012-06-03 | 1 | -0/+7 |
* | Added IntlTimeZone::fromDateTimeZone() and ::toDateTimeZone. | Gustavo André dos Santos Lopes | 2012-05-17 | 1 | -0/+57 |
* | Compatibility with old versions of ICU (4.0+). | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+6 |
* | Added support for new method TimeZone::getUnknown() added in ICU 49. | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+14 |
* | Initial checkin of calendar/timezone code. | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+572 |