| Commit message (Expand) | Author | Age | Files | Lines |
| * | patch to explode (bug id #3251) suspended till 4.0.1 | Hartmut Holzgraefe | 2000-05-20 | 1 | -27/+8 |
| * | added optional 3rd parameter 'limit' to explode() as in split() | Hartmut Holzgraefe | 2000-05-19 | 1 | -8/+27 |
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| * | TODO update and fix for C++ comments. | Andrei Zmievski | 2000-04-27 | 1 | -1/+1 |
| * | Small proto fix. | Sterling Hughes | 2000-04-26 | 1 | -1/+1 |
| * | @Added substr_count() from Peter Kovacs. (Andrei) | Andrei Zmievski | 2000-04-26 | 1 | -0/+53 |
| * | Added natural comparison/sorting routines using code from Martin Pool. | Andrei Zmievski | 2000-04-12 | 1 | -0/+26 |
| * | @- Fixed return of stristr() to no longer always be lowercased. (Andrei) | Andrei Zmievski | 2000-03-30 | 1 | -1/+9 |
| * | - Change new -> result. Using C++ keywords isn't too hot | Zeev Suraski | 2000-03-26 | 1 | -27/+27 |
| * | @- stristr() no longer modifies it's arguments. (Thies) | Thies C. Arntzen | 2000-03-22 | 1 | -0/+5 |
| * | Will watch the diffs as much as I can. | Egon Schmid | 2000-02-24 | 1 | -8/+6 |
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| * | - Not sure if len can be zero but it's better to check it once then | Andi Gutmans | 2000-02-13 | 1 | -2/+5 |
| * | - Beautify a bit. | Andi Gutmans | 2000-02-13 | 1 | -5/+8 |
| * | - Hopefully fix strip_tags bug | Zeev Suraski | 2000-02-13 | 1 | -2/+2 |
| * | @- Fixed crash in strip_tags() and related functions. (Thies) | Thies C. Arntzen | 2000-02-13 | 1 | -2/+2 |
| * | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -4/+4 |
| * | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -4/+4 |
| * | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -3/+1 |
| * | Change string->str where possible; string is basic a C++ class, so gdb can't... | Zeev Suraski | 2000-02-08 | 1 | -34/+34 |
| * | @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev) | Zeev Suraski | 2000-02-08 | 1 | -3/+8 |
| * | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| * | (PHP wddx_deserialize) Fixed a problem with deserializing empty values. | Andrei Zmievski | 2000-02-02 | 1 | -2/+7 |
| * | @- Fixed a crash bug in strtr() working on large input strings (Zeev) | Zeev Suraski | 2000-01-29 | 1 | -2/+2 |
| * | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -1/+1 |
| * | post.c really had nothing to do with POST anymore, and it belongs to the top ... | Zeev Suraski | 2000-01-28 | 1 | -1/+1 |
| * | (php_setlocale) Fixed memory leak (bug #3105). | Jouni Ahto | 2000-01-05 | 1 | -1/+1 |
| * | @- str_repeat() now returns correct length. (Thies) | Thies C. Arntzen | 2000-01-04 | 1 | -1/+1 |
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| * | Move include into source file | Sascha Schumann | 1999-12-28 | 1 | -0/+1 |
| * | - Get rid of two warnings | Andi Gutmans | 1999-12-25 | 1 | -2/+2 |
| * | pval->zval | Thies C. Arntzen | 1999-12-23 | 1 | -39/+39 |
| * | @- strrev() no longer modifies arg1. (Thies) | Thies C. Arntzen | 1999-12-23 | 1 | -7/+7 |
| * | Made quotemeta() binary-safe. | Andrei Zmievski | 1999-12-20 | 1 | -4/+7 |
| * | Use zend_sprintf by default (which is defined to sprintf, if the system's | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| * | Use workaround function for sprintf, if the return value of sprintf is needed | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| * | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -47/+47 |
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| * | @- implemented count_chars(). (Thies) | Thies C. Arntzen | 1999-12-14 | 1 | -6/+76 |
| * | Boo. | Andrei Zmievski | 1999-12-14 | 1 | -1/+1 |
| * | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 1 | -3/+37 |
| * | (PHP php_implode) Made binary-safe. | Andrei Zmievski | 1999-12-11 | 1 | -13/+13 |
| * | Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected | Andrei Zmievski | 1999-12-11 | 1 | -32/+42 |
| * | A few more fixes for php_strtolower(). | Andrei Zmievski | 1999-12-10 | 1 | -1/+2 |
| * | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -10/+12 |
| * | (explode) fixed newly introduced bug (them shall check twice *before* committ... | Thies C. Arntzen | 1999-12-07 | 1 | -6/+8 |
| * | fixed warning | Thies C. Arntzen | 1999-12-06 | 1 | -1/+1 |
| * | @- explode() is now binary-safe. (Thies) | Thies C. Arntzen | 1999-12-06 | 1 | -13/+17 |
| * | @- strpos() is now binary-safe. (Thies) | Thies C. Arntzen | 1999-12-06 | 1 | -2/+21 |
| * | More maintainer-mode cleanups | Rasmus Lerdorf | 1999-12-05 | 1 | -0/+2 |