summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-04-111-0/+4
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-18/+16
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* cleanup intl typesStanislav Malyshev2014-12-291-8/+7
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-35/+35
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-20/+20
* yet trivial fixesAnatol Belski2014-08-201-7/+7
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
* Fixed ZTS buildDmitry Stogov2014-07-141-1/+1
* Fixed compilation problemsDmitry Stogov2014-06-301-4/+4
* Fixed memory leakXinchen Hui2014-06-291-10/+11
* Fixed initialize of zvalXinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-4/+3
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-65/+57
* 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 '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* | Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-9/+1
* | Unified zval -> UDate conversionsGustavo André dos Santos Lopes2012-07-021-66/+2
* | 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-171-0/+55
* | 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
* | Better error messages in MessageFormatter::format.Gustavo André dos Santos Lopes2012-05-131-150/+216
* | 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-131-7/+13
* | Set global error if insufficient numeric args. WS.Gustavo André dos Santos Lopes2012-05-131-8/+8
* | Refactoring of patch for FR #61871.Gustavo André dos Santos Lopes2012-05-131-252/+311
* | Orig patch for FR #61871 by David SklarGustavo André dos Santos Lopes2012-05-131-63/+283
* | Compatibility with old versions of ICU (4.0+).Gustavo André dos Santos Lopes2012-04-011-0/+3
|/
* Fix for pecl bug 14664 - problem with older gccEd Batutis2008-10-161-0/+1
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+211