summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_format.c
Commit message (Expand)AuthorAgeFilesLines
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-2/+2
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-071-3/+2
* Remove proto comments from C filesMax Semenik2020-07-061-10/+2
* Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-161-7/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-031-15/+15
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-15/+15
| |\
| | * Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-031-15/+15
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-2/+2
* | | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-6/+0
|/ /
* | Remove local variablesPeter Kokot2019-02-031-9/+0
|/
* fix include orderAnatol Belski2016-06-211-1/+2
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* cleanup intl typesStanislav Malyshev2014-12-291-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-8/+8
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-3/+3
* basic macro replacements, all at onceAnatol Belski2014-08-191-6/+6
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-12/+12
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* - Fixed bug #48227 (NumberFormatter::format leaks memory)Felipe Pena2009-05-101-5/+1
* MFH:Felipe Pena2008-08-111-10/+11
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+207