summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat
Commit message (Expand)AuthorAgeFilesLines
* fix const warnings in intl methodsStanislav Malyshev2013-10-203-3/+3
* fix possibility of access to *storedType without initializationStanislav Malyshev2013-10-201-0/+3
* Reduce (some more) compile noise of 'unused variable' and 'may be usedChristopher Jones2013-08-191-2/+2
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-1/+1
|\
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
* | Merge branch 'PHP-5.4'Felipe Pena2012-08-221-2/+2
|\ \ | |/
| * - Fixed ZTS buildFelipe Pena2012-08-221-2/+2
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-223-9/+25
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-223-9/+25
| |\
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-223-9/+25
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-3014-0/+0
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-3014-0/+0
| |\ \ | | |/
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-3014-0/+0
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-233-3/+3
* | | Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-221-74/+2
|\ \ \
| * | | Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-9/+1
| * | | Unified zval -> UDate conversionsGustavo André dos Santos Lopes2012-07-021-66/+2
* | | | Merge branch 'PHP-5.4'Felipe Pena2012-07-141-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | - Fixed bug #62564 (Extending MessageFormatter and adding property causes crash)Felipe Pena2012-07-141-0/+1
* | | | Merge branch 'PHP-5.4'Xinchen Hui2012-06-077-5/+26
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-06-077-5/+26
| |\ \ | | |/
| | * Fix ext/intl build on ICU < 4.8Gustavo André dos Santos Lopes2012-06-061-0/+2
| | * Optimization in ext/intl/msgformatGustavo André dos Santos Lopes2012-06-067-5/+24
* | | DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-3/+1
* | | MessageFormatter accepts IntlCalendar argumentsGustavo André dos Santos Lopes2012-05-171-0/+11
* | | Bug #58756: w.r.t MessageFormatter (partial fix)Gustavo André dos Santos Lopes2012-05-173-3/+60
* | | Keep date precision in MessageFormatter.Gustavo André dos Santos Lopes2012-05-131-5/+1
* | | ICU < 4.8 compat in MessageFormatterGustavo André dos Santos Lopes2012-05-131-8/+128
* | | Don't check number of args in msgfmt_do_formatGustavo André dos Santos Lopes2012-05-131-11/+0
* | | Better error messages in MessageFormatter::format.Gustavo André dos Santos Lopes2012-05-133-156/+224
* | | Accept numeric strings for dates.Gustavo André dos Santos Lopes2012-05-131-8/+41
* | | Cache arguments type info in MessageFormatter.Gustavo André dos Santos Lopes2012-05-136-15/+35
* | | Set global error if insufficient numeric args. WS.Gustavo André dos Santos Lopes2012-05-132-11/+11
* | | Refactoring of patch for FR #61871.Gustavo André dos Santos Lopes2012-05-133-299/+321
* | | Orig patch for FR #61871 by David SklarGustavo André dos Santos Lopes2012-05-133-69/+318
* | | Merge branch 'PHP-5.4'Felipe Pena2012-04-231-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-04-231-0/+4
| |\ \ | | |/
| | * - Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor t...Felipe Pena2012-04-231-0/+4
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| | * - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-2/+6
| | * Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+25
| | * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
| * | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| * | - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-2/+6
* | | Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+3
* | | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | | - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-042-2/+6
|/ /
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+25
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/