summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* fixed directory access problem when direcory name is encoded in japanese Shif...Rui Hirokawa2002-04-251-5/+5
* fix for #16469Wez Furlong2002-04-071-1/+1
* fix for Bug #16314Hartmut Holzgraefe2002-03-271-3/+19
* - Fix bug 11244 (patch by "Tal Peer" <hazgul99@hotmail.com>).Markus Fischer2002-03-261-0/+24
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-2/+8
* Fix calculation of output buffer size in wordwrap(). (Thanks to Wez.)jim winstead2002-03-181-1/+1
* Change php_addslashes() a little.Yasuo Ohgaki2002-03-121-19/+31
* - Fix warning message for join().Derick Rethans2002-03-021-1/+2
* Fix for bug #15130. Way too much effort for this bug, but cleaned up codeSean Bright2002-01-221-35/+42
* More tweaking of wordwrap() with the cut parameter set. It was being ajim winstead2002-01-051-2/+4
* New memcpy()-based wordwrap() implementation. The simple casejim winstead2002-01-051-98/+75
* Fixed segfault in wordwrap() when wrapping to zero width and usingjim winstead2002-01-041-46/+26
* fix for bug #14832: basename with 2nd parm corrupts source stringHartmut Holzgraefe2002-01-031-2/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-061-2/+2
* ported rot13() from php3Hartmut Holzgraefe2001-12-061-0/+26
* - Fix a crash when passing e.g. NULL to basename(). (Patch by MarkusDerick Rethans2001-12-011-14/+5
* Fixed bug #13901.Andrei Zmievski2001-11-101-7/+13
* WS fixJames Moore2001-11-021-3/+3
* @- Fix behaviour of strtok. Bug 13866 (jmoore)James Moore2001-11-021-1/+5
* - 'Fix' for bug #13543Derick Rethans2001-10-041-1/+1
* - Fix crashbug in php_chunk_split()Derick Rethans2001-09-271-1/+1
* Another leak bites the dust?Zeev Suraski2001-09-271-2/+2
* - nl2br now handles different styles of line endings in one string. (PatchDerick Rethans2001-09-261-21/+93
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-62/+62
* - Fix crash bug (patch by <chocolateboy@lunomail.com>)Derick Rethans2001-09-241-0/+5
* Make chop the alias and rtrim the main function, in order to get automagicallyJeroen van Wolffelaar2001-09-231-4/+4
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-1/+1
* don't use boyer_str_to_str. It is experimentalSascha Schumann2001-09-211-1/+1
* fix strtr() when called with two parameters. this has been broken for some time!Thies C. Arntzen2001-09-131-1/+1
* - Really fix nl2br now... it's actaulyl faster nowDerick Rethans2001-09-091-13/+15
* - Fix for bug 11904Derick Rethans2001-09-091-2/+15
* I should really learn how to spellSterling Hughes2001-09-061-2/+2
* avoid lowercasing the stringSterling Hughes2001-09-061-0/+4
* Fixed some protos.Egon Schmid2001-09-041-42/+42
* Thanks sebastianSterling Hughes2001-09-041-1/+1
* update php_trim as well...Sterling Hughes2001-09-041-1/+1
* fix crash bugSterling Hughes2001-09-041-7/+7
* tabs -> spacesSterling Hughes2001-09-041-2/+2
* Begin cleanup, api wise...Sterling Hughes2001-09-041-410/+421
* stray tabsSterling Hughes2001-09-031-3/+3
* cleanup sscanf() just a tiny bit, just so it looks like the rest of the codeSterling Hughes2001-09-031-21/+15
* Fixed buffer overflow issue.Gavin Sherry2001-08-221-5/+12
* Changed php_strip_tags() to check if <? was XML code.Gavin Sherry2001-08-221-3/+11
* API updateZeev Suraski2001-08-211-1/+2
* WhitespaceZeev Suraski2001-08-111-57/+57
* Fix some build probs on *bsdWez Furlong2001-08-101-0/+30
* more tsrm cleanupSascha Schumann2001-08-061-23/+20
* Removed some duplicate code out of addclashesJeroen van Wolffelaar2001-08-051-8/+3