summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-071-8/+11
* Remove proto comments from C filesMax Semenik2020-07-061-10/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-141-1/+0
* 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
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
|\
| * Use ZEND_TRA_ASSIGN_REF_... macros for by reference arguments of internal fun...Dmitry Stogov2019-04-241-2/+2
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-6/+0
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Implement typed propertiesNikita Popov2019-01-111-14/+10
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-3/+3
* [ci skip] Fix reference notation in protosChristoph M. Becker2018-03-061-2/+2
* [ci skip] Use float instead of double in protoGabriel Caruso2018-03-061-2/+2
* Cleanup type conversionDmitry Stogov2017-12-071-4/+2
* fix include orderAnatol Belski2016-06-211-1/+2
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-6/+3
* cleanup intl typesStanislav Malyshev2014-12-291-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-5/+5
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* master renames phase 3Anatol 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-4/+4
* basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
* Separate argument passed by referenceDmitry Stogov2014-07-081-2/+2
* Merge branch 'master' into testDmitry Stogov2014-07-071-1/+4
|\
| * Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)Stanislav Malyshev2014-07-071-1/+4
* | Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-0/+2
* | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-1/+3
|/
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integerSherif Ramadan2012-04-191-3/+2
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-2/+6
* fix bug #14562Stanislav Malyshev2009-01-301-0/+11
* MFH:Felipe Pena2008-08-111-7/+7
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+173