summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
Commit message (Expand)AuthorAgeFilesLines
* - Update unicode progress on SPL, looks like nearly done, actually all isMarcus Boerger2007-01-191-0/+83
* Implement OnUpdateUTF8String() handler. It always assumes UTF-8 input,Andrei Zmievski2006-12-221-0/+1
* Bite the bullet and port the natural comparison algorithm to supportAndrei Zmievski2006-12-211-12/+2
* Update.Andrei Zmievski2006-12-201-3/+0
* - zip is donePierre Joye2006-12-191-3/+5
* Unicode support in get_cfg_var().Andrei Zmievski2006-12-181-6/+0
* Unicode support in ini_*() functions.Andrei Zmievski2006-12-151-3/+0
* - utf8 CREDITS and php_info APIMichael Wallner2006-12-121-0/+12
* *** empty log message ***Andrei Zmievski2006-12-121-12/+3
* *** empty log message ***Andrei Zmievski2006-11-221-6/+0
* - Unicode support for tick functions.Andrei Zmievski2006-11-221-4/+3
* Update for basic_functions.cAndrei Zmievski2006-11-201-0/+30
* catch up:Michael Wallner2006-11-181-0/+518
* - fix ext/zlib status;Michael Wallner2006-11-161-10/+13
* - ext/ progressMichael Wallner2006-11-161-3/+137
* - update ext/zipPierre Joye2006-10-311-1/+1
* - forgot one and order the ext lists alpha.Pierre Joye2006-10-071-7/+14
* - I learned today that telling Andrei about what I'm working on is notPierre Joye2006-10-071-1/+16
* Unicode support for str_replace() and str_ireplace().Andrei Zmievski2006-10-051-23/+2
* *** empty log message ***Andrei Zmievski2006-10-041-1/+1
* Unicode support in strripos().Andrei Zmievski2006-10-031-1/+1
* - Fix strrpos() logic (which was broken even in PHP 5).Andrei Zmievski2006-10-021-1/+1
* Make stripos() work with Unicode strings.Andrei Zmievski2006-10-021-1/+1
* Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try makingAndrei Zmievski2006-09-221-3/+1
* Bring localeconv(), money_format(), and nl_langinfo() to standards. AddAndrei Zmievski2006-09-221-9/+3
* Unicode support in count_chars(). Note that due to the size of theAndrei Zmievski2006-09-221-5/+1
* Bug fixes for substr_replace().Andrei Zmievski2006-09-201-7/+1
* Unicode support for str_word_count() (using the same semantics as forAndrei Zmievski2006-08-181-3/+1
* Fix some trim() issues.Andrei Zmievski2006-08-151-18/+8
* Unicode support for strcoll().Andrei Zmievski2006-08-141-5/+1
* Unicode support for str_split().Andrei Zmievski2006-08-141-3/+1
* Unicode support in chunk_split().Andrei Zmievski2006-08-141-3/+1
* Unicode support for str_shuffle().Andrei Zmievski2006-08-091-3/+1
* Upgrade str_rot13() to work with IS_UNICODE type.Andrei Zmievski2006-08-091-3/+1
* addcslashes() and stripcslashes() should work only on binary strings.Andrei Zmievski2006-08-091-6/+2
* Convert nl2br() to suppor IS_UNICODE.Andrei Zmievski2006-08-081-9/+2
* Upgrade pathinfo() to Unicode support.Andrei Zmievski2006-08-041-6/+2
* - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to beAndrei Zmievski2006-08-031-3/+2
* Update similar_text() to use params API.Andrei Zmievski2006-08-031-3/+1
* Notes after analyzing remainder of string.c.Andrei Zmievski2006-08-021-2/+132
* *** empty log message ***Andrei Zmievski2006-08-021-3/+3
* Add SORT_LOCALE_STRING support to array_multisort() and mark it with U.Andrei Zmievski2006-08-011-3/+1
* Whew. Fix up extract to params API, Unicode support, and simplify it asAndrei Zmievski2006-08-011-3/+1
* Make array_*intersect* functions use params API with FCI cache and markAndrei Zmievski2006-07-211-7/+6
* Make array_walk(_recursive) use params API with FCI cache and mark themAndrei Zmievski2006-07-201-7/+4
* Make all array_*diff* functions use params API (along with FCI cache)Andrei Zmievski2006-07-201-6/+4
* Rewrite array_map() to use params API with fci cache and mark it with U.Andrei Zmievski2006-07-201-3/+1
* *** empty log message ***Andrei Zmievski2006-07-171-6/+2
* Upgrade uasort() and uksort() to use params API with FCI cache and markAndrei Zmievski2006-07-171-3/+1
* Adjust array_pad(), array_reverse(), and array_unique() for params APIAndrei Zmievski2006-07-141-9/+3