| Commit message (Expand) | Author | Age | Files | Lines |
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
| * | @- Added vprintf() and vsprintf() functions that allow passing all arguments | Andrei Zmievski | 2001-08-07 | 1 | -0/+2 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -5/+5 |
| * | Fix ZTS build. | Sebastian Bergmann | 2001-08-05 | 1 | -1/+1 |
| * | Added proto for php_charmask in the .h | Jeroen van Wolffelaar | 2001-08-05 | 1 | -0/+1 |
| * | Fix Win32 (and maybe other ZTS) builds. | Sebastian Bergmann | 2001-08-04 | 1 | -1/+1 |
| * | Un-revert patch | Jeroen van Wolffelaar | 2001-08-03 | 1 | -0/+1 |
| * | Reverting last patch, segfaults. | Jeroen van Wolffelaar | 2001-08-03 | 1 | -1/+0 |
| * | - Added new parameter to [l|r]trim, to specify _what_ to trim | Jeroen van Wolffelaar | 2001-08-03 | 1 | -0/+1 |
| * | Drop memchr() in php_memnstr in favor of manual scanning. This reduces | Sascha Schumann | 2001-07-21 | 1 | -6/+12 |
| * | (PHP nl_langinfo) Added function when provided by OS | Wez Furlong | 2001-07-04 | 1 | -0/+4 |
| * | @added optional suffix removal parameter to basename() (Hartmut) | Hartmut Holzgraefe | 2001-06-23 | 1 | -1/+1 |
| * | fixed a (C++) warning about implicit conversion from void* | Stephen van Egmond | 2001-03-17 | 1 | -1/+1 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | Put these back where they belong. They weren't necessary unless ZTS and | Sean Bright | 2001-01-17 | 1 | -1/+1 |
| * | Added string comparison function strcoll(). It uses the current locale to | Sean Bright | 2001-01-17 | 1 | -1/+4 |
| * | Nuke a couple of warnings | Zeev Suraski | 2001-01-15 | 1 | -0/+6 |
| * | Added localeconv() function. Operates similarly to localeconv() defined in | Sean Bright | 2001-01-14 | 1 | -0/+1 |
| * | added iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -3/+0 |
| * | added iconv_set_encoding() to change the encoding setting. | Rui Hirokawa | 2001-01-08 | 1 | -0/+1 |
| * | added a output handler function ob_iconv_handler which tranforms output encod... | Rui Hirokawa | 2001-01-08 | 1 | -0/+1 |
| * | @Added iconv() function (using libc or libiconv) (Stig) | Stig Bakken | 2000-12-15 | 1 | -0/+1 |
| * | Move php_memnstr to the header file, so that the function body is available | Sascha Schumann | 2000-09-27 | 1 | -1/+15 |
| * | @- Added the pathinfo() function. (Sterling) | Sterling Hughes | 2000-09-10 | 1 | -0/+1 |
| * | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| * | wordwrap function from Chris Russel <russel@yorku.ca> | David Croft | 2000-07-22 | 1 | -0/+1 |
| * | @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei) | Andrei Zmievski | 2000-07-08 | 1 | -0/+2 |
| * | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| * | @- Added str_pad() for padding a string with an arbitrary string on left or | Andrei Zmievski | 2000-06-06 | 1 | -0/+1 |
| * | Added sscanf() function. | Clayton Collie | 2000-06-06 | 1 | -0/+1 |
| * | php_basename() prototype changed according to latest changes in string.c | Hartmut Holzgraefe | 2000-05-24 | 1 | -1/+1 |
| * | Need a PHPAPI version of basename for some stuff I am working on. | Rasmus Lerdorf | 2000-05-23 | 1 | -0/+1 |
| * | name changed from levdist() to levenshtein() | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| * | added function "int levdist(string str1, string str2)" | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+1 |
| * | again (due to feature request in bug id #3251) | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| * | patch to explode (bug id #3251) suspended till 4.0.1 | Hartmut Holzgraefe | 2000-05-20 | 1 | -1/+1 |
| * | added optional 3rd parameter 'limit' to explode() as in split() | Hartmut Holzgraefe | 2000-05-19 | 1 | -1/+1 |
| * | @Added substr_count() from Peter Kovacs. (Andrei) | Andrei Zmievski | 2000-04-26 | 1 | -0/+1 |
| * | Added natural comparison/sorting routines using code from Martin Pool. | Andrei Zmievski | 2000-04-12 | 1 | -0/+8 |
| * | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -18/+23 |
| * | Change string->str where possible; string is basic a C++ class, so gdb can't... | Zeev Suraski | 2000-02-08 | 1 | -5/+5 |
| * | @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev) | Zeev Suraski | 2000-02-08 | 1 | -1/+1 |
| * | Move include into source file | Sascha Schumann | 1999-12-28 | 1 | -2/+0 |
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| * | @- implemented count_chars(). (Thies) | Thies C. Arntzen | 1999-12-14 | 1 | -0/+1 |
| * | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 1 | -1/+3 |
| * | get_meta_tags() was using php_stristr() so it needed to be changed. | Andrei Zmievski | 1999-12-11 | 1 | -1/+2 |
| * | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -2/+2 |
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+106 |