summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* mfhSterling Hughes2002-12-271-0/+5
* MFHIlia Alshanetsky2002-12-121-6/+16
* MFHIlia Alshanetsky2002-12-051-10/+4
* MFHIlia Alshanetsky2002-11-271-0/+2
* style fixMoriyoshi Koizumi2002-11-051-3/+10
* Revert previous dirname() patch.Ilia Alshanetsky2002-11-021-2/+2
* Fixed bug #18710. dirname() now returns consistent output when dealing withIlia Alshanetsky2002-11-011-2/+2
* Fixed bug #20169Moriyoshi Koizumi2002-10-301-6/+8
* This is needed for BSD (FreeBSD, BSDi and possibly others), problemIlia Alshanetsky2002-10-251-2/+2
* fix compiler warningMarcus Boerger2002-10-241-1/+3
* Fix for cases when new_length is NULLMarcus Boerger2002-10-221-4/+6
* @- Fixed an infinite loop in setlocale() when only invalid locale namesAndrei Zmievski2002-10-181-1/+1
* Renamed word_count to str_word_count to comply with naming conventions.Ilia Alshanetsky2002-10-171-2/+2
* Added word_count() function that allows counting of words inside a string.Ilia Alshanetsky2002-10-171-0/+74
* Fixed problems with the new nl2br() and beautified the code a little.Sander Roobol2002-10-111-3/+3
* Switched from localeconv to localeconv_r, which is apparently thread-safe.Ilia Alshanetsky2002-10-111-4/+4
* ws fixesAndrey Hristov2002-10-101-23/+15
* This patch fixes handling of floats on locales where decimal point is not aIlia Alshanetsky2002-10-101-0/+13
* ws fixes.Andrey Hristov2002-10-091-10/+7
* Optimizations to various php string functions substr_count(), strrev(),Ilia Alshanetsky2002-10-091-112/+97
* Returning to the old behavior of str_shuffle() a bit. Now the passed string isAndrey Hristov2002-10-091-6/+9
* Now str_shuffle() has the randomization characteristics of shuffle().Andrey Hristov2002-10-081-18/+28
* Fix another leak in implode()Sander Roobol2002-10-061-4/+4
* Fixed segfault and memory leak in the new implementation of implode()Sander Roobol2002-10-061-0/+6
* have implode use the smart_str_*() functions, this should speed things upSterling Hughes2002-10-041-29/+15
* Fixed a bug in the new implementation of str_repeat()Sander Roobol2002-10-041-2/+2
* - dot :)Derick Rethans2002-10-041-1/+1
* fix a memory leak in implode()Sterling Hughes2002-10-041-0/+4
* @ Make the glue argument to implode() optional, if it is not specifiedSterling Hughes2002-10-041-15/+30
* ws fixes.Andrey Hristov2002-10-031-28/+25
* Optimized str_repeat() function, it is now 10x faster on 1 byte multipliersIlia Alshanetsky2002-10-031-9/+20
* Forgot 1 byte for \0Yasuo Ohgaki2002-10-031-1/+1
* Save memoryYasuo Ohgaki2002-10-031-0/+1
* Making strrchr() binary safe.Andrey Hristov2002-10-021-1/+3
* Making strstr() binary safe.Andrey Hristov2002-10-021-1/+3
* Ws fix. Forgot to add this in the previous commit.Andrey Hristov2002-10-021-3/+2
* ws fixes.Andrey Hristov2002-10-021-108/+111
* Fix warning.Sebastian Bergmann2002-09-261-0/+1
* Added common handler for strspn() and strcspn(). Almost of the code isAndrey Hristov2002-09-251-24/+59
* str_shuffle() function added. Like shuffle() for arrays - however theAndrey Hristov2002-09-251-0/+33
* Fix warning.Sebastian Bergmann2002-09-231-1/+0
* Fixed bug #7472 as well as many other bugs with strip_tags implementation.Ilia Alshanetsky2002-09-211-26/+48
* Fixed bugs #12989 and #12120Ilia Alshanetsky2002-09-201-1/+8
* setlocale() will now accept multiple locale arguments, first match winsHartmut Holzgraefe2002-09-181-28/+56
* tok tok..foobar2002-09-111-1/+1
* ws fixfoobar2002-09-111-82/+57
* fix protofoobar2002-09-111-1/+1
* silence a windows build warningDan Kalowsky2002-09-051-1/+1
* Fixed a buffer overflow that occurs when wordwrap is unable to calculateIlia Alshanetsky2002-09-051-2/+5