summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Merge branch 'PHP-8.0'Nikita Popov2021-02-093-5/+5
|\
| * Make NumberFormatter ctor $pattern nullableNikita Popov2021-02-093-5/+5
* | Generate ext/intl class entries from stubsMáté Kocsis2021-02-093-7/+15
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-2/+2
|/
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-24/+29
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-072-11/+13
* Use ZPP instead of custom type checksMáté Kocsis2020-09-043-5/+4
* Prevent double-construction of NumberFormatterNikita Popov2020-08-261-0/+4
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-1/+4
* Remove proto comments from C filesMax Semenik2020-07-064-83/+17
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-149-127/+105
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-7/+7
* Do not include the same stub multiple timesMáté Kocsis2020-04-033-113/+81
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-4/+6
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-6/+4
* Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-163-11/+5
* Add stubs for NumberFormatterMáté Kocsis2020-02-093-72/+254
* 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
* | | Fix #74063: NumberFormatter fails after retrieval from sessionChristoph M. Becker2020-01-301-0/+3
* | | Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-3/+2
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-024-15/+15
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-091-1/+3
|\ \ \ | |/ /
| * | Fix #78912: INTL Support for accounting formatChristoph M. Becker2019-12-091-1/+3
| * | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | | Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-304-15/+15
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2514-28/+0
* | | Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* | | 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-114-47/+0
* | | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
|/ /
* | Remove local variablesPeter Kokot2019-02-037-63/+0
* | Implement typed propertiesNikita Popov2019-01-111-14/+10
* | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* | Remove needless version checksChristoph M. Becker2018-08-011-9/+0
|/
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-3/+3
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* [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
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Cleanup type conversionDmitry Stogov2017-12-072-8/+4
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1