65 Commits (a00abb68500ed4fa1d1df2cd761c7ec99ebefdb0)

Author SHA1 Message Date
Ilia Alshanetsky 30c16baac2 Renamed word_count to str_word_count to comply with naming conventions. 24 years ago
Ilia Alshanetsky 47b57f2569 Added word_count() function that allows counting of words inside a string. 24 years ago
Ilia Alshanetsky b7917def13 Fixed bug #19865 24 years ago
Ilia Alshanetsky a75eb9c4dd Optimizations to various php string functions substr_count(), strrev(), 24 years ago
Andrey Hristov fc46a46b06 str_shuffle() function added. Like shuffle() for arrays - however the 24 years ago
Wez Furlong 9d348ea800 Implement filter API for streams. 24 years ago
Hartmut Holzgraefe e5fa36eee4 added money_format() function 24 years ago
foobar 2f8dc7a47c - Made the trim functions use same base function. (less code :) 24 years ago
Frank M. Kromann fd348068f4 Adding missing prototype 24 years ago
Wez Furlong 3dbde95896 Make state parameter of php_strip_tags passed by reference. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
Jeroen van Wolffelaar f61dfce39c Make chop the alias and rtrim the main function, in order to get automagically 25 years ago
Derick Rethans 61d4f7fe65 - Really fix nl2br now... it's actaulyl faster now 25 years ago
Sterling Hughes 536c96969b update php_trim as well... 25 years ago
Sterling Hughes c661449ebf fix crash bug 25 years ago
Zeev Suraski c0404f4631 Whitespace 25 years ago
Andrei Zmievski c4555f9f55 @- Added vprintf() and vsprintf() functions that allow passing all arguments 25 years ago
Sascha Schumann 23b9300fd1 more tsrm cleanup 25 years ago
Sebastian Bergmann b4f31ecef5 Fix ZTS build. 25 years ago
Jeroen van Wolffelaar 2e6850a91d Added proto for php_charmask in the .h 25 years ago
Sebastian Bergmann ea79632b29 Fix Win32 (and maybe other ZTS) builds. 25 years ago
Jeroen van Wolffelaar f0bcaf3901 Un-revert patch 25 years ago
Jeroen van Wolffelaar f6979a7d2b Reverting last patch, segfaults. 25 years ago
Jeroen van Wolffelaar c2150f7038 - Added new parameter to [l|r]trim, to specify _what_ to trim 25 years ago
Sascha Schumann 09ce807bf1 Drop memchr() in php_memnstr in favor of manual scanning. This reduces 25 years ago
Wez Furlong f1364ebf3e (PHP nl_langinfo) Added function when provided by OS 25 years ago
Hartmut Holzgraefe 045acafc52 @added optional suffix removal parameter to basename() (Hartmut) 25 years ago
Stephen van Egmond 3b8140e47c fixed a (C++) warning about implicit conversion from void* 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Sean Bright 457888ac44 Put these back where they belong. They weren't necessary unless ZTS and 25 years ago
Sean Bright a588d65591 Added string comparison function strcoll(). It uses the current locale to 25 years ago
Zeev Suraski 0592feb2a1 Nuke a couple of warnings 25 years ago
Sean Bright 40f3524247 Added localeconv() function. Operates similarly to localeconv() defined in 25 years ago
Rui Hirokawa 0afcb03de3 added iconv extension. 25 years ago
Rui Hirokawa 6368933118 added iconv_set_encoding() to change the encoding setting. 25 years ago
Rui Hirokawa 517b81ad43 added a output handler function ob_iconv_handler which tranforms output encoding using iconv(). 25 years ago
Stig Bakken 6e1e78d1c6 @Added iconv() function (using libc or libiconv) (Stig) 25 years ago
Sascha Schumann 1cc3e6b5e6 Move php_memnstr to the header file, so that the function body is available 26 years ago
Sterling Hughes 0b9a78cb1e @- Added the pathinfo() function. (Sterling) 26 years ago
David Croft 83513d9580 Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 26 years ago
David Croft 8dd1fdb1a0 wordwrap function from Chris Russel <russel@yorku.ca> 26 years ago
Andrei Zmievski 885e40db05 @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei) 26 years ago
Sascha Schumann cd754d7825 Rename macros which begin with underscore to appropiate macros. The general 26 years ago
Andrei Zmievski b928bdceb8 @- Added str_pad() for padding a string with an arbitrary string on left or 26 years ago
Clayton Collie 0b7fd17c2b Added sscanf() function. 26 years ago
Hartmut Holzgraefe e191baa1a3 php_basename() prototype changed according to latest changes in string.c 26 years ago
Rasmus Lerdorf 7182e722ca Need a PHPAPI version of basename for some stuff I am working on. 26 years ago
Hartmut Holzgraefe 4571d8ddea name changed from levdist() to levenshtein() 26 years ago
Hartmut Holzgraefe 0eb51100b7 added function "int levdist(string str1, string str2)" 26 years ago