summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-8/+8
* Fix Bug#24784 single character search keys not respecting case sensitivity/re...Sara Golemon2003-07-251-7/+22
* Fixed bug #24556Moriyoshi Koizumi2003-07-121-8/+8
* Fix #24281 - str_replace not updating the count if value isStanislav Malyshev2003-06-231-1/+2
* When skipping blank searchvals we should advance the corresponding replace ha...Sara Golemon2003-06-201-0/+3
* fixed protoIlia Alshanetsky2003-06-111-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed bug #24098 (Crash in pathinfo() due to double var initialization).Ilia Alshanetsky2003-06-091-1/+0
* MFB: LC_MESSAGES supportMelvyn Sopacua2003-05-271-0/+3
* Fixed bug #23788 (str|preg_replace clober the array elements).Ilia Alshanetsky2003-05-251-0/+1
* seems there is only the stupid way to be stupid (implode copying arraySterling Hughes2003-05-211-6/+2
* be stupid, but at least be smart about being stupid.Sterling Hughes2003-05-211-2/+9
* make brian happySterling Hughes2003-05-211-2/+1
* MFB(r-1.333.2.27) Bugfix 23654. If subject is an array and it contains other...Sara Golemon2003-05-161-2/+6
* Fixed bug #23650 (strip_tags() removes hyphens)Moriyoshi Koizumi2003-05-161-0/+2
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-42/+43
* Real fix and a test case for bug #22008Moriyoshi Koizumi2003-05-041-2/+15
* A quick fix for bug #22008Moriyoshi Koizumi2003-05-041-4/+2
* Extending substr_replace().Andrey Hristov2003-05-021-37/+207
* Fix dirname() under win32.Wez Furlong2003-04-291-4/+6
* Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon)Ilia Alshanetsky2003-04-161-1/+4
* Modify str_replace/str_ireplace to report how many needles were matched. (FR ...Sara Golemon2003-04-131-12/+32
* Made dirname() binary-safe.Moriyoshi Koizumi2003-04-121-11/+14
* Add tests for strrpos/stripos, and minor fix to maintain BC for condition wit...Sara Golemon2003-04-121-0/+8
* Rewrite strrpos and strripos to be binary safe and behave the way their proto...Sara Golemon2003-04-121-57/+52
* - CSDerick Rethans2003-04-031-1/+3
* MFB: Fix the setlocale() segfaultRasmus Lerdorf2003-04-021-0/+1
* Fixed possible integer overflow in str_repeat().Ilia Alshanetsky2003-04-021-0/+4
* revert last commit for nowMoshe Doron2003-04-011-12/+3
* fix for 22904Moshe Doron2003-03-311-6/+15
* # unnecessary condition here.Moshe Doron2003-03-311-6/+1