summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix whitespaceAndi Gutmans2001-02-261-6/+6
* Fix for bug #9449 to stop infinate loop in wordwrap.James Moore2001-02-261-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Safer bin2hexStanislav Malyshev2001-02-221-1/+2
* fixed buffer-overwriteThies C. Arntzen2001-02-181-1/+1
* 0..255Thies C. Arntzen2001-02-151-1/+1
* Fix strip_tags to not strip a lone > characterRasmus Lerdorf2001-02-021-0/+2
* @- Improved str_replace() to accept an array for any parameter - similarAndrei Zmievski2001-01-221-30/+142
* - Fix for bug #8367 (wordwrap not cutting correctly)Derick Rethans2001-01-181-4/+3
* Added string comparison function strcoll(). It uses the current locale toSean Bright2001-01-171-0/+18
* Added localeconv() function. Operates similarly to localeconv() defined inSean Bright2001-01-141-0/+150
* added iconv extension.Rui Hirokawa2001-01-091-127/+0
* WS fixSascha Schumann2001-01-081-7/+7
* Fix ZTS build (broken by iconv-related changes).Sascha Schumann2001-01-081-0/+2
* added iconv_set_encoding() to change the encoding setting.Rui Hirokawa2001-01-081-1/+27
* added a output handler function ob_iconv_handler which tranforms output encod...Rui Hirokawa2001-01-081-25/+70
* Make nl2br() output <br /> instead of <br> to be XHTML compliant.Jon Parise2000-12-281-1/+1
* Heads up people!Zeev Suraski2000-12-221-2/+1
* @- Changed setlocale() to use LC_* constants. (Jani)foobar2000-12-211-22/+32
* Don't do anything, if the input string has a length of 0.Sascha Schumann2000-12-171-0/+4
* @Added iconv() function (using libc or libiconv) (Stig)Stig Bakken2000-12-151-0/+53
* Don't define LC_MESSAGES, if LC_MESSAGES is not defined.Sascha Schumann2000-12-141-1/+1
* Fix crash when first argument to strtr is emptyStanislav Malyshev2000-12-131-0/+5
* Fix Win32 buildZeev Suraski2000-12-111-1/+3
* Added constants for locale categories.foobar2000-12-101-0/+11
* Fixing bug 8061. Position counter starts a 0 but was compared with length.Frank M. Kromann2000-12-011-1/+1
* Fixing bug 8061. Position counter starts a 0 but was compared with length.Frank M. Kromann2000-12-011-1/+1
* removing '{' was certainly not intendedSascha Schumann2000-11-221-1/+1
* Don't access opt, if opt was not set.Sascha Schumann2000-11-221-3/+3
* Fix bug #7667.Andrei Zmievski2000-11-061-5/+3
* Let strtr() use smart_str to reduce complexitySascha Schumann2000-10-121-23/+10
* Rewrite php_str_to_str using the smart_str API.Sascha Schumann2000-10-121-43/+19
* - Fix dirname()Andi Gutmans2000-10-031-29/+47
* - Fix VC++ warningAndi Gutmans2000-10-031-1/+2
* Move php_memnstr to the header file, so that the function body is availableSascha Schumann2000-09-271-14/+0
* Add empty string checks to add?slashesStanislav Malyshev2000-09-171-0/+14
* reversed chomp alias addition as per Andi Gutmans' requestDaniel Beckham2000-09-121-4/+0
* added chomp() alias for chop() for us Perl purists.Daniel Beckham2000-09-121-0/+4
* Make parse_str always register globals with 1 argument and never -Stanislav Malyshev2000-09-121-5/+6
* A quick attempt to make parse_str($str,$arr) not register globals.Stanislav Malyshev2000-09-121-0/+3
* - Fix for bug #6673Derick Rethans2000-09-111-20/+37
* (PHP parse_str) ParameterPassedByReference() check is not necessary.Andrei Zmievski2000-09-111-10/+0
* Add additional parameter to parse_str for saving result (thanks toStanislav Malyshev2000-09-111-5/+32
* (PHP pathinfo) Fixed more typos.Andrei Zmievski2000-09-111-3/+3
* (PHP pathinfo) Fixed leaks, saved some memory allocations, addedAndrei Zmievski2000-09-111-25/+29
* @- Added the pathinfo() function. (Sterling)Sterling Hughes2000-09-101-4/+71
* str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...Colin Viebrock2000-09-051-2/+6
* #Its fixed this time, no really.Sterling Hughes2000-08-181-1/+1
* Fix #6234Sterling Hughes2000-08-181-0/+1
* Fix chunk_split (#6208)Stanislav Malyshev2000-08-171-3/+7