summaryrefslogtreecommitdiff
path: root/ext/unicode/collator.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #46067 (Collator methods - Segfault)Felipe Pena2008-09-201-0/+4
* New way for check void parametersFelipe Pena2008-03-041-2/+2
* New macro for check void parametersFelipe Pena2008-02-281-1/+1
* Fix buildJani Taskinen2007-11-021-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Wrong locale name.Andrei Zmievski2007-04-101-7/+7
* Fix protos.Andrei Zmievski2006-10-061-4/+4
* Fix protos.Andrei Zmievski2006-09-221-2/+14
* Fix protos.Andrei Zmievski2006-09-211-11/+11
* Backfill protos for ext/unicode functionsSara Golemon2006-09-201-0/+25
* Add collator_set_default().Andrei Zmievski2006-04-211-7/+28
* Hmm, ZEND_FENTRY() is the only one that allows flags to be added..Andrei Zmievski2006-04-211-0/+4
* Implement collator_get_default() and simplify/fix the underlying code.Andrei Zmievski2006-04-211-39/+29
* Move to refcounted implementation of collators.Andrei Zmievski2006-04-201-14/+37
* Fix collator instantiation.Andrei Zmievski2006-03-281-4/+12
* Fix typos.Andrei Zmievski2006-03-281-2/+2
* - Implemented basic collation support. For some reason "new Collator" gives s...Derick Rethans2006-03-261-0/+288