summaryrefslogtreecommitdiff
path: root/ext/intl/collator/collator_class.c
Commit message (Expand)AuthorAgeFilesLines
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-091-5/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-141-29/+1
* Add various stubs for IntlMáté Kocsis2020-02-041-42/+15
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+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.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
|/
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-14/+14
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-1/+1
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-24/+15
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-301-0/+0
|\
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| * Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+3
| * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+1
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+3
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/
* add collator_get_sort_key()Stanislav Malyshev2009-10-261-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-4/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-4/+0
* MFH:Felipe Pena2008-08-111-12/+12
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+197