summaryrefslogtreecommitdiff
path: root/ext/intl/collator/collator_create.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-6/+2
* 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
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-2/+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-7/+9
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* Patch improvement:Dmitry Stogov2015-03-301-10/+12
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-6/+6
* Fixed use after freeDmitry Stogov2015-01-261-1/+0
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* cleanup intl typesStanislav Malyshev2014-12-291-1/+1
* 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-1/+1
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* 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
|/
* MFH:Felipe Pena2008-08-111-2/+2
* use correct locale checkStanislav Malyshev2008-07-221-1/+1
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-64/+16
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+135