Rolland Santimano
|
227791e5af
|
- Unicode impl of {add,strip}slashes()
|
2005-09-28 09:22:08 +00:00 |
|
Ilia Alshanetsky
|
200d5924cf
|
Allow substr_compare() to take a negative offset to facilitate start of the
comparison from the end of string.
|
2005-09-26 23:08:10 +00:00 |
|
Rolland Santimano
|
05e365bab3
|
- str_pad(): Use u_countChar32() for codepoint counting, eumalloc/eurealloc() for Unicode mallocs.
|
2005-09-09 19:07:18 +00:00 |
|
Derick Rethans
|
9d04a8e369
|
- Make ord() work on binary strings too.
|
2005-09-08 14:07:40 +00:00 |
|
Dmitry Stogov
|
b0b0f8147d
|
Fixed craches in substr_replace()
|
2005-09-08 12:40:01 +00:00 |
|
Rolland Santimano
|
a441e78984
|
- Unicode impl of substr_replace()
|
2005-09-08 05:05:36 +00:00 |
|
Dmitry Stogov
|
18e259480e
|
Fixed unicode support for substr_count()
|
2005-09-07 07:00:03 +00:00 |
|
Rolland Santimano
|
8404034552
|
Pointer arithmetic with char * rather than void *
|
2005-09-05 16:37:45 +00:00 |
|
Rolland Santimano
|
8d5d2125d0
|
- Unicode impl of str_pad()
|
2005-09-05 10:55:35 +00:00 |
|
Dmitry Stogov
|
a3b7eb2284
|
Fixed gcc 4 compatibility
|
2005-08-29 06:51:14 +00:00 |
|
Rolland Santimano
|
c7ad26fbf4
|
- Unicode impl of substr_count()
|
2005-08-27 19:14:05 +00:00 |
|
Rolland Santimano
|
c81d6d6cfd
|
- Updated strrev() to handle base+combining sequences
|
2005-08-26 10:21:07 +00:00 |
|
Dmitry Stogov
|
8f6f97a77d
|
Unicode support
|
2005-08-23 12:53:31 +00:00 |
|
Dmitry Stogov
|
f4b8f4e958
|
Unicode support cleanup
|
2005-08-23 09:33:46 +00:00 |
|
Dmitry Stogov
|
e404ee456b
|
Fixed unicode support for ltrim()
|
2005-08-22 14:14:10 +00:00 |
|
Andrei Zmievski
|
23086f5f1c
|
Unicode support for ord() and chr().
|
2005-08-19 22:00:21 +00:00 |
|
Andrei Zmievski
|
676a3cf46e
|
Use RETVAL_ASCII_STRINGL() here.
|
2005-08-19 17:53:03 +00:00 |
|
Rolland Santimano
|
973e98f51e
|
- Unicode capable impl() of strrev()
|
2005-08-19 10:59:19 +00:00 |
|
Andrei Zmievski
|
0b036a8fdc
|
Use u_totitle() instead of u_toupper() in ucwords().
|
2005-08-18 22:37:22 +00:00 |
|
Rolland Santimano
|
fd4e6da642
|
- Removed 'proto' from description of internal funcns: ucfirst()/ucwords()
|
2005-08-18 05:53:46 +00:00 |
|
Rolland Santimano
|
412dac1576
|
Unicode-capable impl of ucwords()
|
2005-08-17 20:29:00 +00:00 |
|
Andrei Zmievski
|
202bb697fd
|
Fix bin2hex() to work on binary data and return strings of correct type.
|
2005-08-17 17:39:04 +00:00 |
|
Rolland Santimano
|
ed370daef5
|
Unicode impl of ucfirst()
|
2005-08-17 17:33:19 +00:00 |
|
Dmitry Stogov
|
3509630024
|
trim() should accept objects with __toString() method
|
2005-08-17 11:36:32 +00:00 |
|
Rolland Santimano
|
c98838037e
|
php_u_trim_range(): Alloc UChar32 units rather than UChar
|
2005-08-17 10:26:02 +00:00 |
|
Dmitry Stogov
|
8c63822f0d
|
Fixed implode() bugs
|
2005-08-17 07:59:31 +00:00 |
|
Rolland Santimano
|
616089e772
|
Updated implode() impl as per Andrei's comments
[http://news.php.net/php.cvs/33457]
|
2005-08-17 07:14:12 +00:00 |
|
Marcus Boerger
|
5085c21d7e
|
- TSRM Fix
|
2005-08-16 20:22:33 +00:00 |
|
Antony Dovgal
|
5adc3ce7c6
|
nuke unused vars
|
2005-08-16 16:57:59 +00:00 |
|
Rolland Santimano
|
3b4b22a8fc
|
Unicode capable impl of implode()
|
2005-08-16 12:04:13 +00:00 |
|
Rolland Santimano
|
c1b8eda121
|
php_trim() takes extra arg to determine string type to be returned
|
2005-08-16 06:02:56 +00:00 |
|
Johannes Schlüter
|
c5d862c254
|
- Fix leak with explode of empty unicode string
|
2005-08-15 19:12:59 +00:00 |
|
Dmitry Stogov
|
7061405249
|
Fixed trim()'s memory leak in unicode mode
|
2005-08-15 08:11:35 +00:00 |
|
Antony Dovgal
|
079a748d3c
|
fix php_u_trim() and compile warnings
|
2005-08-12 16:46:38 +00:00 |
|
Dmitry Stogov
|
369d59c20b
|
Fixed str_repeat() bug
|
2005-08-12 13:41:15 +00:00 |
|
Sebastian Bergmann
|
6b98cc4ef5
|
Patch by Michael Wallner, signed off by Edin Kadribasic.
|
2005-08-12 10:10:41 +00:00 |
|
Sebastian Bergmann
|
6ad189f82a
|
ZTS fixes.
|
2005-08-12 05:58:02 +00:00 |
|
Andrei Zmievski
|
264cec8be6
|
Unicode support.
|
2005-08-11 23:36:07 +00:00 |
|
Johannes Schlüter
|
69303b58a4
|
- Added option to strstr() and stristr() to get a particular haystack component
|
2005-08-09 20:49:19 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|
Ilia Alshanetsky
|
29bf2d3a09
|
Fixed bug in str_word_count() when charlist if specified and "word" starts
with a character found inside the charlist.
|
2005-07-23 19:44:13 +00:00 |
|
Anantha Kesari H Y
|
384a96faf6
|
ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.
ext/standard/syslog.c Except LOG_SYSLOG other syslog macros are supported by NetWare LibC.
ext/standard/string.c NetWare fix for dirname
-- Kamesh
|
2005-07-15 12:35:12 +00:00 |
|
Antony Dovgal
|
3baf1f7632
|
fix #33605 (substr_compare() crashes with negative offset & length)
|
2005-07-07 15:19:40 +00:00 |
|
Ilia Alshanetsky
|
b9575ead72
|
make substr_count() 30% when counting instances of 1 byte long strings.
|
2005-06-19 16:31:51 +00:00 |
|
Ilia Alshanetsky
|
67ea97dfdf
|
Added offset & length parameters to substr_count() function.
|
2005-06-18 18:23:12 +00:00 |
|
Derick Rethans
|
ad21bb1baa
|
- That should have been removed, not commented out.
|
2005-06-02 08:51:20 +00:00 |
|
Derick Rethans
|
90f4590d87
|
- Fixed memory corruption in stristr().
|
2005-06-02 08:29:37 +00:00 |
|
foobar
|
156a908997
|
- Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave)
|
2005-05-31 12:54:56 +00:00 |
|
Antony Dovgal
|
4ce95ef1ea
|
fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
add test
|
2005-05-20 14:23:42 +00:00 |
|
Ilia Alshanetsky
|
ca10457a58
|
Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).
|
2005-04-03 18:08:40 +00:00 |
|