Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix const warnings in intl methods | Stanislav Malyshev | 2013-10-20 | 3 | -3/+3 |
* | fix possibility of access to *storedType without initialization | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
* | Reduce (some more) compile noise of 'unused variable' and 'may be used | Christopher Jones | 2013-08-19 | 1 | -2/+2 |
* | Merge branch 'PHP-5.4' | Gustavo Lopes | 2012-08-26 | 1 | -1/+1 |
|\ | |||||
| * | Fixed defective cloning in ext/intl classes | Gustavo Lopes | 2012-08-26 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-08-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | - Fixed ZTS build | Felipe Pena | 2012-08-22 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.4' | Gustavo Lopes | 2012-08-22 | 3 | -9/+25 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Gustavo Lopes | 2012-08-22 | 3 | -9/+25 |
| |\ | |||||
| | * | Fix handling of several uinitialized intl objects | Gustavo Lopes | 2012-08-22 | 3 | -9/+25 |
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-07-30 | 14 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-07-30 | 14 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable bit from files | Gustavo André dos Santos Lopes | 2012-07-30 | 14 | -0/+0 |
* | | | Do not fetch default locale once on minit or rinit | Gustavo Lopes | 2012-07-23 | 3 | -3/+3 |
* | | | Merge branch 'datefmt_tz_cal_interop' | Gustavo André dos Santos Lopes | 2012-07-22 | 1 | -74/+2 |
|\ \ \ | |||||
| * | | | Added IntlDateFormatter::formatObject(). Refactor | Gustavo André dos Santos Lopes | 2012-07-22 | 1 | -9/+1 |
| * | | | Unified zval -> UDate conversions | Gustavo André dos Santos Lopes | 2012-07-02 | 1 | -66/+2 |
* | | | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-07-14 | 1 | -0/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | - Fixed bug #62564 (Extending MessageFormatter and adding property causes crash) | Felipe Pena | 2012-07-14 | 1 | -0/+1 |
* | | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-06-07 | 7 | -5/+26 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-06-07 | 7 | -5/+26 |
| |\ \ | | |/ | |||||
| | * | Fix ext/intl build on ICU < 4.8 | Gustavo André dos Santos Lopes | 2012-06-06 | 1 | -0/+2 |
| | * | Optimization in ext/intl/msgformat | Gustavo André dos Santos Lopes | 2012-06-06 | 7 | -5/+24 |
* | | | DateFormat plays nice with Calendar, TimeZone | Gustavo André dos Santos Lopes | 2012-06-04 | 1 | -3/+1 |
* | | | MessageFormatter accepts IntlCalendar arguments | Gustavo André dos Santos Lopes | 2012-05-17 | 1 | -0/+11 |
* | | | Bug #58756: w.r.t MessageFormatter (partial fix) | Gustavo André dos Santos Lopes | 2012-05-17 | 3 | -3/+60 |
* | | | Keep date precision in MessageFormatter. | Gustavo André dos Santos Lopes | 2012-05-13 | 1 | -5/+1 |
* | | | ICU < 4.8 compat in MessageFormatter | Gustavo André dos Santos Lopes | 2012-05-13 | 1 | -8/+128 |
* | | | Don't check number of args in msgfmt_do_format | Gustavo André dos Santos Lopes | 2012-05-13 | 1 | -11/+0 |
* | | | Better error messages in MessageFormatter::format. | Gustavo André dos Santos Lopes | 2012-05-13 | 3 | -156/+224 |
* | | | Accept numeric strings for dates. | Gustavo André dos Santos Lopes | 2012-05-13 | 1 | -8/+41 |
* | | | Cache arguments type info in MessageFormatter. | Gustavo André dos Santos Lopes | 2012-05-13 | 6 | -15/+35 |
* | | | Set global error if insufficient numeric args. WS. | Gustavo André dos Santos Lopes | 2012-05-13 | 2 | -11/+11 |
* | | | Refactoring of patch for FR #61871. | Gustavo André dos Santos Lopes | 2012-05-13 | 3 | -299/+321 |
* | | | Orig patch for FR #61871 by David Sklar | Gustavo André dos Santos Lopes | 2012-05-13 | 3 | -69/+318 |
* | | | Merge branch 'PHP-5.4' | Felipe Pena | 2012-04-23 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-04-23 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | - Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor t... | Felipe Pena | 2012-04-23 | 1 | -0/+4 |
| | * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | * | - Fixed possible efree(NULL) (bug #55296) | Felipe Pena | 2011-08-04 | 2 | -2/+6 |
| | * | Imlement clone for formatters that support it | Stanislav Malyshev | 2011-01-03 | 1 | -1/+25 |
| | * | - Fixed bug #53612 (Segmentation fault when using several cloned intl | Gustavo André dos Santos Lopes | 2010-12-27 | 1 | -1/+6 |
| * | | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| * | | - Fixed possible efree(NULL) (bug #55296) | Felipe Pena | 2011-08-04 | 2 | -2/+6 |
* | | | Compatibility with old versions of ICU (4.0+). | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -0/+3 |
* | | | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
* | | | - Fixed possible efree(NULL) (bug #55296) | Felipe Pena | 2011-08-04 | 2 | -2/+6 |
|/ / | |||||
* | | Imlement clone for formatters that support it | Stanislav Malyshev | 2011-01-03 | 1 | -1/+25 |
* | | - Fixed bug #53612 (Segmentation fault when using several cloned intl | Gustavo André dos Santos Lopes | 2010-12-27 | 1 | -1/+6 |
* | | Remove main/php3_compat.h, for that a few references to `function_entry` have | Johannes Schlüter | 2010-03-30 | 1 | -1/+1 |
|/ |