summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed some protos.Egon Schmid2000-08-061-3/+3
* Fix bug in strip_tags function as per bug #5857Rasmus Lerdorf2000-07-301-0/+1
* Protos fixed.Egon Schmid2000-07-261-3/+3
* wordwrap function from Chris Russel <russel@yorku.ca>David Croft2000-07-221-0/+138
* (php_addslashes) Fixed stop condition - it should only take into accountAndrei Zmievski2000-07-211-1/+2
* fix for bug #5707Hartmut Holzgraefe2000-07-201-1/+7
* Shutup a gcc warningZeev Suraski2000-07-181-1/+1
* Fix crash in stripcslashes("") (#5628)Stanislav Malyshev2000-07-171-1/+4
* Fixed other protos.Egon Schmid2000-07-091-3/+3
* Eliminated a typo.Egon Schmid2000-07-081-1/+1
* @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)Andrei Zmievski2000-07-081-22/+62
* (implode), (strtr) no longer touch the internal array-pointer.Thies C. Arntzen2000-06-181-10/+12
* - Fix a couple of wranings in the FTP code and in parsedate.yZeev Suraski2000-06-171-1/+1
* - Make Windows compileAndi Gutmans2000-06-171-1/+3
* setlocale didn't recognize LC_MESSAGES (BUG ID#3957)Hartmut Holzgraefe2000-06-171-0/+2
* (PHP str_pad) Terminate string with a null.Andrei Zmievski2000-06-121-2/+3
* @- Fixed stripcslashes() to remove to strip \ in unknown escapes instead ofAndrei Zmievski2000-06-091-1/+1
* Make trim strip \0 to match php 3Rasmus Lerdorf2000-06-071-2/+2
* @- Added str_pad() for padding a string with an arbitrary string on left orAndrei Zmievski2000-06-061-0/+69
* Added sscanf() function.Clayton Collie2000-06-061-1/+45
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-42/+42
* (ucwords) Remove unnecessary code.Jouni Ahto2000-06-011-4/+1
* (ucwords) Yet another fix for #4748.Jouni Ahto2000-06-011-1/+2
* Some tweaks.Andrei Zmievski2000-06-011-4/+4
* (ucwords) Fixed fix for fix for fix for #4748.Jouni Ahto2000-06-011-2/+4
* uh, off by one?!! this time it's regression-tested, fast and compactHartmut Holzgraefe2000-06-011-13/+6
* (ucwords) Another try to fix #4748.Jouni Ahto2000-06-011-12/+19
* ucwords will now test against isspace() instead of just ==" "Hartmut Holzgraefe2000-06-011-6/+8
* Need a PHPAPI version of basename for some stuff I am working on.Rasmus Lerdorf2000-05-231-18/+33
* Clean up the patch by Hartmut.Andrei Zmievski2000-05-231-10/+7