| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Andrei Zmievski | 2006-11-22 | 1 | -6/+0 |
* | - Unicode support for tick functions. | Andrei Zmievski | 2006-11-22 | 1 | -4/+3 |
* | Update for basic_functions.c | Andrei Zmievski | 2006-11-20 | 1 | -0/+30 |
* | catch up: | Michael Wallner | 2006-11-18 | 1 | -0/+518 |
* | - fix ext/zlib status; | Michael Wallner | 2006-11-16 | 1 | -10/+13 |
* | - ext/ progress | Michael Wallner | 2006-11-16 | 1 | -3/+137 |
* | - update ext/zip | Pierre Joye | 2006-10-31 | 1 | -1/+1 |
* | - forgot one and order the ext lists alpha. | Pierre Joye | 2006-10-07 | 1 | -7/+14 |
* | - I learned today that telling Andrei about what I'm working on is not | Pierre Joye | 2006-10-07 | 1 | -1/+16 |
* | Unicode support for str_replace() and str_ireplace(). | Andrei Zmievski | 2006-10-05 | 1 | -23/+2 |
* | *** empty log message *** | Andrei Zmievski | 2006-10-04 | 1 | -1/+1 |
* | Unicode support in strripos(). | Andrei Zmievski | 2006-10-03 | 1 | -1/+1 |
* | - Fix strrpos() logic (which was broken even in PHP 5). | Andrei Zmievski | 2006-10-02 | 1 | -1/+1 |
* | Make stripos() work with Unicode strings. | Andrei Zmievski | 2006-10-02 | 1 | -1/+1 |
* | Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try making | Andrei Zmievski | 2006-09-22 | 1 | -3/+1 |
* | Bring localeconv(), money_format(), and nl_langinfo() to standards. Add | Andrei Zmievski | 2006-09-22 | 1 | -9/+3 |
* | Unicode support in count_chars(). Note that due to the size of the | Andrei Zmievski | 2006-09-22 | 1 | -5/+1 |
* | Bug fixes for substr_replace(). | Andrei Zmievski | 2006-09-20 | 1 | -7/+1 |
* | Unicode support for str_word_count() (using the same semantics as for | Andrei Zmievski | 2006-08-18 | 1 | -3/+1 |
* | Fix some trim() issues. | Andrei Zmievski | 2006-08-15 | 1 | -18/+8 |
* | Unicode support for strcoll(). | Andrei Zmievski | 2006-08-14 | 1 | -5/+1 |
* | Unicode support for str_split(). | Andrei Zmievski | 2006-08-14 | 1 | -3/+1 |
* | Unicode support in chunk_split(). | Andrei Zmievski | 2006-08-14 | 1 | -3/+1 |
* | Unicode support for str_shuffle(). | Andrei Zmievski | 2006-08-09 | 1 | -3/+1 |
* | Upgrade str_rot13() to work with IS_UNICODE type. | Andrei Zmievski | 2006-08-09 | 1 | -3/+1 |
* | addcslashes() and stripcslashes() should work only on binary strings. | Andrei Zmievski | 2006-08-09 | 1 | -6/+2 |
* | Convert nl2br() to suppor IS_UNICODE. | Andrei Zmievski | 2006-08-08 | 1 | -9/+2 |
* | Upgrade pathinfo() to Unicode support. | Andrei Zmievski | 2006-08-04 | 1 | -6/+2 |
* | - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to be | Andrei Zmievski | 2006-08-03 | 1 | -3/+2 |
* | Update similar_text() to use params API. | Andrei Zmievski | 2006-08-03 | 1 | -3/+1 |
* | Notes after analyzing remainder of string.c. | Andrei Zmievski | 2006-08-02 | 1 | -2/+132 |
* | *** empty log message *** | Andrei Zmievski | 2006-08-02 | 1 | -3/+3 |
* | Add SORT_LOCALE_STRING support to array_multisort() and mark it with U. | Andrei Zmievski | 2006-08-01 | 1 | -3/+1 |
* | Whew. Fix up extract to params API, Unicode support, and simplify it as | Andrei Zmievski | 2006-08-01 | 1 | -3/+1 |
* | Make array_*intersect* functions use params API with FCI cache and mark | Andrei Zmievski | 2006-07-21 | 1 | -7/+6 |
* | Make array_walk(_recursive) use params API with FCI cache and mark them | Andrei Zmievski | 2006-07-20 | 1 | -7/+4 |
* | Make all array_*diff* functions use params API (along with FCI cache) | Andrei Zmievski | 2006-07-20 | 1 | -6/+4 |
* | Rewrite array_map() to use params API with fci cache and mark it with U. | Andrei Zmievski | 2006-07-20 | 1 | -3/+1 |
* | *** empty log message *** | Andrei Zmievski | 2006-07-17 | 1 | -6/+2 |
* | Upgrade uasort() and uksort() to use params API with FCI cache and mark | Andrei Zmievski | 2006-07-17 | 1 | -3/+1 |
* | Adjust array_pad(), array_reverse(), and array_unique() for params API | Andrei Zmievski | 2006-07-14 | 1 | -9/+3 |
* | - Simplify array_combine() and adjust for params API | Andrei Zmievski | 2006-07-14 | 1 | -9/+3 |
* | Adjust array_key_exists(), array_slice(), and array_splice() for params | Andrei Zmievski | 2006-07-14 | 1 | -9/+3 |
* | Make array_change_key_case() -- a candidate for the quite possibly the | Andrei Zmievski | 2006-07-14 | 1 | -3/+1 |
* | Update end(), prev(), next(), reset(), current(), and key() for params | Andrei Zmievski | 2006-07-14 | 1 | -3/+2 |
* | Update array_search()/in_array() for params API and mark with U. | Andrei Zmievski | 2006-07-14 | 1 | -3/+2 |
* | Update array_keys() and array_values() for params API and mark with U. | Andrei Zmievski | 2006-07-14 | 1 | -6/+2 |
* | - Simplify array_fill(). | Andrei Zmievski | 2006-07-14 | 1 | -9/+3 |
* | Update array_sum() and array_product() (U). | Andrei Zmievski | 2006-07-13 | 1 | -7/+3 |
* | Mark a few more funcs. | Andrei Zmievski | 2006-07-13 | 1 | -4/+5 |