Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-08-16 | 1 | -2/+2 |
|\ | |||||
| * | Revert "Upgrade timelib to 2017.05beta7" | Derick Rethans | 2017-08-16 | 1 | -2/+2 |
| * | Upgrade timelib to 2017.05beta7 | Derick Rethans | 2017-08-15 | 1 | -2/+2 |
* | | Merged PHP-7.0 by hand due to conflicts. | Derick Rethans | 2017-08-15 | 1 | -2/+2 |
* | | Update IntlTimeZone methods for ICU 52 | Sara Golemon | 2016-04-18 | 1 | -0/+15 |
|/ | |||||
* | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 1 | -13/+8 |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -2/+2 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -43/+43 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -17/+17 |
* | yet trivial fixes | Anatol Belski | 2014-08-20 | 1 | -2/+2 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -16/+16 |
* | Fixed get_debug_info | Xinchen Hui | 2014-06-28 | 1 | -11/+17 |
* | Intl's codes are really need more careful :< | Xinchen Hui | 2014-06-28 | 1 | -1/+1 |
* | Fixed initialize of zval | Xinchen Hui | 2014-06-28 | 1 | -1/+1 |
* | Refactoring ext/intl (only compilerable now, far to finish :<) | Xinchen Hui | 2014-06-28 | 1 | -3/+3 |
* | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 1 | -65/+58 |
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+3 |
* | Fixed cloning in ext/intl classes; master specific | Gustavo Lopes | 2012-08-26 | 1 | -1/+1 |
* | Added IntlDateFormatter::formatObject(). Refactor | Gustavo André dos Santos Lopes | 2012-07-22 | 1 | -73/+2 |
* | 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/+1 |
* | Fixed write in constant memory. | Gustavo André dos Santos Lopes | 2012-06-03 | 1 | -2/+2 |
* | Fixed problem in IntlCalendar debug handler | Gustavo André dos Santos Lopes | 2012-05-25 | 1 | -2/+0 |
* | Fixed a couple of memory leaks | Gustavo André dos Santos Lopes | 2012-05-17 | 1 | -7/+12 |
* | Added IntlTimeZone::fromDateTimeZone() and ::toDateTimeZone. | Gustavo André dos Santos Lopes | 2012-05-17 | 1 | -2/+75 |
* | Accept DateTimeZone where time zones are expected. | Gustavo André dos Santos Lopes | 2012-05-17 | 1 | -9/+91 |
* | Compatibility with old versions of ICU (4.0+). | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+9 |
* | Added support for new method TimeZone::getUnknown() added in ICU 49. | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+3 |
* | Initial checkin of calendar/timezone code. | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+440 |