summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* again (due to feature request in bug id #3251)Hartmut Holzgraefe2000-05-231-6/+25
* patch to explode (bug id #3251) suspended till 4.0.1Hartmut Holzgraefe2000-05-201-27/+8
* added optional 3rd parameter 'limit' to explode() as in split()Hartmut Holzgraefe2000-05-191-8/+27
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* TODO update and fix for C++ comments.Andrei Zmievski2000-04-271-1/+1
* Small proto fix.Sterling Hughes2000-04-261-1/+1
* @Added substr_count() from Peter Kovacs. (Andrei)Andrei Zmievski2000-04-261-0/+53
* Added natural comparison/sorting routines using code from Martin Pool.Andrei Zmievski2000-04-121-0/+26
* @- Fixed return of stristr() to no longer always be lowercased. (Andrei)Andrei Zmievski2000-03-301-1/+9
* - Change new -> result. Using C++ keywords isn't too hotZeev Suraski2000-03-261-27/+27
* @- stristr() no longer modifies it's arguments. (Thies)Thies C. Arntzen2000-03-221-0/+5
* Will watch the diffs as much as I can.Egon Schmid2000-02-241-8/+6
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* - Not sure if len can be zero but it's better to check it once thenAndi Gutmans2000-02-131-2/+5
* - Beautify a bit.Andi Gutmans2000-02-131-5/+8
* - Hopefully fix strip_tags bugZeev Suraski2000-02-131-2/+2
* @- Fixed crash in strip_tags() and related functions. (Thies)Thies C. Arntzen2000-02-131-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-4/+4
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-4/+4
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-3/+1
* Change string->str where possible; string is basic a C++ class, so gdb can't...Zeev Suraski2000-02-081-34/+34
* @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)Zeev Suraski2000-02-081-3/+8
* Compile fixesZeev Suraski2000-02-051-1/+0
* (PHP wddx_deserialize) Fixed a problem with deserializing empty values.Andrei Zmievski2000-02-021-2/+7
* @- Fixed a crash bug in strtr() working on large input strings (Zeev)Zeev Suraski2000-01-291-2/+2
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-1/+1
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-1/+1
* (php_setlocale) Fixed memory leak (bug #3105).Jouni Ahto2000-01-051-1/+1
* @- str_repeat() now returns correct length. (Thies)Thies C. Arntzen2000-01-041-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Move include into source fileSascha Schumann1999-12-281-0/+1