summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* - php_error -> php_error_docrefDerick Rethans2002-09-051-21/+21
* in stristr:Hartmut Holzgraefe2002-09-051-5/+0
* Slight optimization of php_strtoupper & php_strtoupper functions.Ilia Alshanetsky2002-08-251-14/+14
* Add a "closing" parameter for filters to determine if a flush is the lastWez Furlong2002-08-251-2/+2
* php_error_docrefMarcus Boerger2002-08-241-12/+9
* Added monetary.h to prevent compile warning.Ilia Alshanetsky2002-08-211-3/+9
* Fix ZTS build.Sebastian Bergmann2002-08-211-2/+2
* Implement filter API for streams.Wez Furlong2002-08-201-4/+80
* added money_format() functionHartmut Holzgraefe2002-08-021-0/+22
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-2/+2
* Fix for #18638 (str_rot13 bug)Rasmus Lerdorf2002-07-301-14/+11
* - Made the trim functions use same base function. (less code :)foobar2002-07-131-60/+34
* Fixed stripslashes when magic_quotes_sybase is enabled, and add a test forSander Roobol2002-06-181-5/+11
* fixed return types for ucwords/ucfirst when passed an empty stringHartmut Holzgraefe2002-06-171-2/+2
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
* block_ended/opposite_target were set but never usedSascha Schumann2002-05-041-4/+1
* 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