summaryrefslogtreecommitdiff
path: root/ext/intl/collator
Commit message (Expand)AuthorAgeFilesLines
* Redid the fix for #60192 with suggestions by Pierre and KalleFlorian Anderiasch2011-11-033-16/+36
* Fix #60192 SegFault when Collator not constructed properlyFlorian Anderiasch2011-11-023-0/+20
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* - Fixed possible efree(NULL) (bug #55296)Felipe Pena2011-08-041-3/+9
* 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-263-0/+65
* MFH:- Fix parameter variable type to match "l"Jani Taskinen2009-05-021-1/+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-119-131/+135
* use correct locale checkStanislav Malyshev2008-07-221-1/+1
* refactor ctors, cleanup codeStanislav Malyshev2008-07-222-67/+18
* Merge intl extension into coreStanislav Malyshev2008-07-0720-0/+2512