summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug in str_word_count() when charlist if specified and "word" startsIlia Alshanetsky2005-07-231-3/+5
* ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.Anantha Kesari H Y2005-07-151-0/+28
* fix #33605 (substr_compare() crashes with negative offset & length)Antony Dovgal2005-07-071-0/+8
* make substr_count() 30% when counting instances of 1 byte long strings.Ilia Alshanetsky2005-06-191-5/+4
* Added offset & length parameters to substr_count() function.Ilia Alshanetsky2005-06-181-3/+21
* - That should have been removed, not commented out.Derick Rethans2005-06-021-4/+0
* - Fixed memory corruption in stristr().Derick Rethans2005-06-021-4/+4
* - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier...foobar2005-05-311-1/+9
* fix bug #33076 (str_ireplace() incorrectly counts result string length and ma...Antony Dovgal2005-05-201-1/+1
* Fixed bug #32530 (chunk_split() does not append endstr if chunklen isIlia Alshanetsky2005-04-031-1/+7
* A more performance friendly version of Andrey's patch.Ilia Alshanetsky2005-03-121-33/+18
* added an optional third parameter to str_word_count(), which is used asAndrey Hristov2005-03-121-19/+25
* - type is either 1 or 2 if second parameter is set. if not set then typeAndrey Hristov2005-03-121-3/+2
* - CosmeticsMarcus Boerger2005-03-101-3/+2
* - Do not touch return_valu's refcount or is_refMarcus Boerger2005-03-101-16/+8
* NetWare allows directory seperator as \ and /Anantha Kesari H Y2005-03-011-1/+1
* Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).Ilia Alshanetsky2005-01-181-0/+4
* fix yet another typoAntony Dovgal2004-11-211-1/+1
* fix typo (bug #30857)Antony Dovgal2004-11-211-1/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-13/+1
* Slight optimization in str_split() when split length is the same or greaterIlia Alshanetsky2004-10-201-0/+5
* Fixed bug #30356 (str_ireplace() does not work on all strings).Ilia Alshanetsky2004-10-071-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-4/+4
* Add support for negative values of limit of explode(). If limit is negativeAndrey Hristov2004-07-181-1/+53
* fixing bug #28974 : overflow in array_slice()Andrey Hristov2004-07-111-4/+4
* Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).Ilia Alshanetsky2004-07-061-2/+3
* IE we love you all...Stefan Esser2004-06-261-0/+2
* Fixed: made 3rd parameter to strrpos 64bit safe.Stefan Esser2004-06-151-1/+2
* Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).Ilia Alshanetsky2004-05-131-1/+1
* Fixed a segfault. (It's possible for large offsets to make strrpos()Jay Smith2004-05-061-3/+11
* BugFix 27675 and add regression test.Sara Golemon2004-03-261-4/+7
* BUG #27457 was fixed (using temporary hash table with string keys only)Dmitry Stogov2004-03-181-1/+7
* Wordsize fixesArd Biesheuvel2004-02-251-1/+2
* Make today's changes work w/ str_ireplace() as well.Sara Golemon2004-02-231-8/+27
* Short circuit str_replaces when we already know that needle does not occur in...Sara Golemon2004-02-231-1/+10
* Bugfix #27276: When using str_replace to expand a string, count occurances of...Sara Golemon2004-02-231-1/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed ZTS build.Ilia Alshanetsky2003-12-101-4/+4
* Fix bug #26574 (basename() doesn't work properly with multibyte characters)Moriyoshi Koizumi2003-12-101-44/+59
* Fix typo.Moriyoshi Koizumi2003-12-101-1/+1
* Optimize strrpos/strripos for single char strings and fix offset to report co...Sara Golemon2003-12-031-2/+34
* Restore ability to use strrpos/strripos with an ordinal needleSara Golemon2003-12-031-4/+28
* Optimize substr_replace (this makes it 3-8 times faster depending on theIlia Alshanetsky2003-12-011-39/+29
* Removed dead code.Ilia Alshanetsky2003-11-271-12/+1
* Added substr_compare().Ilia Alshanetsky2003-10-301-0/+29
* Simplification.Moriyoshi Koizumi2003-09-291-4/+3
* Bug Fix#25671 Corruption in subarrays in subject when using str_replaceSara Golemon2003-09-261-1/+4
* MFB Avoid zero-length keys which result in a spinning processSascha Schumann2003-09-201-0/+3
* Squelch warning "Variable may be used uninitialized."Sara Golemon2003-08-271-1/+1