summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
Commit message (Expand)AuthorAgeFilesLines
* Move php_memnstr to the header file, so that the function body is availableSascha Schumann2000-09-271-1/+15
* @- Added the pathinfo() function. (Sterling)Sterling Hughes2000-09-101-0/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* wordwrap function from Chris Russel <russel@yorku.ca>David Croft2000-07-221-0/+1
* @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)Andrei Zmievski2000-07-081-0/+2
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* @- Added str_pad() for padding a string with an arbitrary string on left orAndrei Zmievski2000-06-061-0/+1
* Added sscanf() function.Clayton Collie2000-06-061-0/+1
* php_basename() prototype changed according to latest changes in string.cHartmut Holzgraefe2000-05-241-1/+1
* Need a PHPAPI version of basename for some stuff I am working on.Rasmus Lerdorf2000-05-231-0/+1
* name changed from levdist() to levenshtein()Hartmut Holzgraefe2000-05-231-1/+1
* added function "int levdist(string str1, string str2)"Hartmut Holzgraefe2000-05-231-0/+1
* again (due to feature request in bug id #3251)Hartmut Holzgraefe2000-05-231-1/+1
* patch to explode (bug id #3251) suspended till 4.0.1Hartmut Holzgraefe2000-05-201-1/+1
* added optional 3rd parameter 'limit' to explode() as in split()Hartmut Holzgraefe2000-05-191-1/+1
* @Added substr_count() from Peter Kovacs. (Andrei)Andrei Zmievski2000-04-261-0/+1
* Added natural comparison/sorting routines using code from Martin Pool.Andrei Zmievski2000-04-121-0/+8
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-18/+23
* Change string->str where possible; string is basic a C++ class, so gdb can't...Zeev Suraski2000-02-081-5/+5
* @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)Zeev Suraski2000-02-081-1/+1
* Move include into source fileSascha Schumann1999-12-281-2/+0
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
* @- implemented count_chars(). (Thies)Thies C. Arntzen1999-12-141-0/+1
* Made strspn() and strcspn() binary-safe.Andrei Zmievski1999-12-131-1/+3
* get_meta_tags() was using php_stristr() so it needed to be changed.Andrei Zmievski1999-12-111-1/+2
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-091-2/+2
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+106