summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * email address changeStig Bakken2003-03-181-1/+1
* - Fix protoDerick Rethans2003-03-091-1/+1
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+3
* Fixed possible buffer overflow of php_strip_tagsMoriyoshi Koizumi2003-02-241-1/+3
* Made strip_tags() binary safeMoriyoshi Koizumi2003-02-241-3/+6
* Fixed bug #21708 (ucfirst() trouble again)Moriyoshi Koizumi2003-02-181-1/+1
* Fixed a str_replace() bug similar to bug #22224Moriyoshi Koizumi2003-02-141-1/+2
* Fixed bug #22224 (implode changes object references in array)Moriyoshi Koizumi2003-02-141-1/+2
* Added strpbrk(), which is essentially a wrapper around C's strpbrk functionIlia Alshanetsky2003-02-111-0/+24
* style & ws fixesfoobar2003-02-081-111/+154
* Added str_split() function. This function can be used to break down aIlia Alshanetsky2003-02-071-1/+38
* Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- ...Sara Golemon2003-01-301-55/+14
* Feature Request # 5919 - Addition of str_ireplace()Sara Golemon2003-01-301-116/+162
* Resolving problem on OSF1 and probably otherAndrey Hristov2003-01-241-1/+1
* Adding cast.Andrey Hristov2003-01-241-1/+1
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-1/+1
* Fixed bug #21744(21741)Moriyoshi Koizumi2003-01-191-2/+10
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-3/+0
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-10/+10
* Reduced warnings in ZE2 buildMoriyoshi Koizumi2003-01-111-10/+10
* Added stripos() & strripos() functions.Ilia Alshanetsky2003-01-111-5/+123
* Fixed bug #21453 (improper handling of non-terminated <).Ilia Alshanetsky2003-01-061-0/+4
* Fixed a memory leak in setlocale() & localeconv().Ilia Alshanetsky2003-01-051-3/+4
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-011-76/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1