summaryrefslogtreecommitdiff
path: root/ext/intl/collator
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-093-7/+15
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-2/+2
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-17/+17
* Drop -1 mode for collator_is_numeric()George Peter Banyard2020-09-213-7/+4
* Drop Hex support in numeric strings for Intl collatorGeorge Peter Banyard2020-09-211-12/+1
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-7/+4
* Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-311-0/+2
* Validate collator earlier during sortNikita Popov2020-07-241-24/+13
* Fix a few commentsMáté Kocsis2020-07-062-14/+4
* Remove proto comments from C filesMax Semenik2020-07-066-64/+15
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix Bug #79431 Various compiler warnings on Big endian architecture with GCC ...vibhutisawant2020-04-151-1/+1
* Generate method entries for ext/intlMáté Kocsis2020-04-1414-173/+90
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* Do not include the same stub multiple timesMáté Kocsis2020-04-033-87/+62
* Make cast_object handler requiredNikita Popov2020-03-311-9/+6
* Use separate typedef for bucket comparison functionNikita Popov2020-03-041-11/+3
* Add various stubs for IntlMáté Kocsis2020-02-043-42/+201
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-025-11/+11
* Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-013-4/+4
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-305-11/+11
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2520-40/+0
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Remove get() object handlerNikita Popov2019-05-291-23/+1
* Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+1
|\
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+1
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-116-35/+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-2/+2
|/
* Remove local variablesPeter Kokot2019-02-0310-89/+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
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* 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
* Reduce variable scopeAnatol Belski2018-02-151-1/+1
* Reduce variable scopeAnatol Belski2018-02-151-2/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-3/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-121-2/+6
|\
| * Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-121-2/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-06-131-1/+1
|\ \ | |/
| * Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()Tyson Andre2017-06-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-05-021-1/+5
|\ \ | |/
| * Fix bug #74468 wrong reflection on Collator::sortWithSortKeysFabien Villepinte2017-05-021-1/+5
* | Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
* | Fix leak in intl collator compare functionNikita Popov2016-07-161-1/+3
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-053-6/+6
|\ \