summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-10/+11
|\
| * Fixed bug #80425Nikita Popov2020-11-271-10/+11
* | Generate method entries for ext/intlMáté Kocsis2020-04-141-1/+0
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-251-3/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-251-3/+3
| |\
| | * Fix hash key length in umsg_parse_format()Jinesh Patel2019-09-251-3/+3
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-051-0/+3
| |\ \ | | |/
| | * Fixed Bug #76942 U_ARGUMENT_TYPE_MISMATCHAnatol Belski2018-10-051-0/+3
* | | Fix TimeZone leak in intl MessageFormatNikita Popov2019-06-251-4/+8
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Require ICU ≥ 50.1Christoph M. Becker2018-09-151-24/+0
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-091-0/+19
|\ \ | |/
| * Fixed bug #74484 MessageFormatter::formatMessage memory corruptionAnatol Belski2018-08-091-0/+19
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-16/+4
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | Use recommended options for explicit UnicodeString constructorsAnatol Belski2018-04-051-7/+9
* | Simplify namespace accessAnatol Belski2018-04-011-7/+7
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+10
* | Avoid array duplication and in-place modificationDmitry Stogov2018-01-171-15/+14
* | Cleanup type conversionDmitry Stogov2017-12-071-12/+1
|/
* 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