summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
Commit message (Expand)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-1/+1
* Modify str_replace/str_ireplace to report how many needles were matched. (FR ...Sara Golemon2003-04-131-1/+1
* Forgot about this one :)Moriyoshi Koizumi2003-04-121-1/+1
* Remove php_memnstr (it's in ZE now).Andrei Zmievski2003-04-081-25/+0
* * email address changeStig Bakken2003-03-181-1/+1
* Made strip_tags() binary safeMoriyoshi Koizumi2003-02-241-1/+1
* Added strpbrk(), which is essentially a wrapper around C's strpbrk functionIlia Alshanetsky2003-02-111-0/+1
* Added str_split() function. This function can be used to break down aIlia Alshanetsky2003-02-071-0/+1
* Feature Request # 5919 - Addition of str_ireplace()Sara Golemon2003-01-301-0/+3
* Added part of strpos commit that never made it in for some reason.Ilia Alshanetsky2003-01-291-0/+2
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-011-3/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Renamed word_count to str_word_count to comply with naming conventions.Ilia Alshanetsky2002-10-171-1/+1
* Added word_count() function that allows counting of words inside a string.Ilia Alshanetsky2002-10-171-0/+1
* Fixed bug #19865Ilia Alshanetsky2002-10-111-1/+1
* Optimizations to various php string functions substr_count(), strrev(),Ilia Alshanetsky2002-10-091-8/+13
* str_shuffle() function added. Like shuffle() for arrays - however theAndrey Hristov2002-09-251-0/+1
* Implement filter API for streams.Wez Furlong2002-08-201-0/+3
* added money_format() functionHartmut Holzgraefe2002-08-021-1/+3
* - Made the trim functions use same base function. (less code :)foobar2002-07-131-5/+1
* Adding missing prototypeFrank M. Kromann2002-07-031-0/+4
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Make chop the alias and rtrim the main function, in order to get automagicallyJeroen van Wolffelaar2001-09-231-1/+1
* - Really fix nl2br now... it's actaulyl faster nowDerick Rethans2001-09-091-1/+1
* update php_trim as well...Sterling Hughes2001-09-041-1/+1
* fix crash bugSterling Hughes2001-09-041-4/+4
* WhitespaceZeev Suraski2001-08-111-1/+1
* @- Added vprintf() and vsprintf() functions that allow passing all argumentsAndrei Zmievski2001-08-071-0/+2
* more tsrm cleanupSascha Schumann2001-08-061-5/+5
* Fix ZTS build.Sebastian Bergmann2001-08-051-1/+1
* Added proto for php_charmask in the .hJeroen van Wolffelaar2001-08-051-0/+1
* Fix Win32 (and maybe other ZTS) builds.Sebastian Bergmann2001-08-041-1/+1
* Un-revert patchJeroen van Wolffelaar2001-08-031-0/+1
* Reverting last patch, segfaults.Jeroen van Wolffelaar2001-08-031-1/+0
* - Added new parameter to [l|r]trim, to specify _what_ to trimJeroen van Wolffelaar2001-08-031-0/+1
* Drop memchr() in php_memnstr in favor of manual scanning. This reducesSascha Schumann2001-07-211-6/+12
* (PHP nl_langinfo) Added function when provided by OSWez Furlong2001-07-041-0/+4
* @added optional suffix removal parameter to basename() (Hartmut)Hartmut Holzgraefe2001-06-231-1/+1
* fixed a (C++) warning about implicit conversion from void*Stephen van Egmond2001-03-171-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Put these back where they belong. They weren't necessary unless ZTS andSean Bright2001-01-171-1/+1
* Added string comparison function strcoll(). It uses the current locale toSean Bright2001-01-171-1/+4
* Nuke a couple of warningsZeev Suraski2001-01-151-0/+6
* Added localeconv() function. Operates similarly to localeconv() defined inSean Bright2001-01-141-0/+1
* added iconv extension.Rui Hirokawa2001-01-091-3/+0
* added iconv_set_encoding() to change the encoding setting.Rui Hirokawa2001-01-081-0/+1
* added a output handler function ob_iconv_handler which tranforms output encod...Rui Hirokawa2001-01-081-0/+1