summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_main.c
Commit message (Expand)AuthorAgeFilesLines
* Make NumberFormatter ctor $pattern nullableNikita Popov2021-02-091-1/+1
* Prevent double-construction of NumberFormatterNikita Popov2020-08-261-0/+4
* Remove proto comments from C filesMax Semenik2020-07-061-18/+4
* 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
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-8/+0
* Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* 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
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Fix Intl constructor leaksNikita Popov2015-04-171-8/+7
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* Patch improvement:Dmitry Stogov2015-03-301-11/+13
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-7/+7
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* cleanup intl typesStanislav Malyshev2014-12-291-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* 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 1Anatol Belski2014-08-251-3/+3
* ported ext/intl, bugfixes to goAnatol Belski2014-08-191-2/+2
* basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-291-2/+5
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+2
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-4/+4
* fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-221-1/+1
|\
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-1/+1
* | 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
* | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-1/+1
|/
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-1/+1
* MFH:Felipe Pena2008-08-111-7/+7
* use correct locale checkStanislav Malyshev2008-07-221-1/+1
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-84/+20
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+220