Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make state parameter of php_strip_tags passed by reference. | Wez Furlong | 2002-03-20 | 1 | -1/+1 |
| | | | | | Move state tracking to stream structure. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Make chop the alias and rtrim the main function, in order to get automagically | Jeroen van Wolffelaar | 2001-09-23 | 1 | -1/+1 |
| | | | | | generated alias-listings correct. | ||||
* | - Really fix nl2br now... it's actaulyl faster now | Derick Rethans | 2001-09-09 | 1 | -1/+1 |
| | |||||
* | update php_trim as well... | Sterling Hughes | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | fix crash bug | Sterling Hughes | 2001-09-04 | 1 | -4/+4 |
| | |||||
* | 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 |
| | | | | | @ after format as an array. (Andrei) | ||||
* | 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 |
| | | | | | | @- Added optional second parameter to trim, chop and ltrim. You can @ now specify which characters to trim (jeroen) | ||||
* | Drop memchr() in php_memnstr in favor of manual scanning. This reduces | Sascha Schumann | 2001-07-21 | 1 | -6/+12 |
| | | | | | the complexity of the function and is about 20% faster on Linux/x86. | ||||
* | (PHP nl_langinfo) Added function when provided by OS | Wez Furlong | 2001-07-04 | 1 | -0/+4 |
| | | | | | | | | | (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns locale information. (Wez Furlong) # There are a lot of constants used by nl_langinfo; should we do something # along the lines of what we do for syslog? | ||||
* | @added optional suffix removal parameter to basename() (Hartmut) | Hartmut Holzgraefe | 2001-06-23 | 1 | -1/+1 |
| | | | | | | added optional suffix removal parameter to basename() this makes it more simmilar to the basename command | ||||
* | 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 |
| | | | | | HAVE_LOCALECONV were both defined. | ||||
* | Added string comparison function strcoll(). It uses the current locale to | Sean Bright | 2001-01-17 | 1 | -1/+4 |
| | | | | | | do the comparisons. @- Added localeconv() and strcoll() functions for localization. (Sean) | ||||
* | 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 |
| | | | | | locale.h. Should work well under non-ZTS as well as ZTS. | ||||
* | 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 ↵ | Rui Hirokawa | 2001-01-08 | 1 | -0/+1 |
| | | | | encoding using iconv(). | ||||
* | @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 |
| | | | | | in all compilation units (note the static linkage). | ||||
* | @- 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 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | wordwrap function from Chris Russel <russel@yorku.ca> | David Croft | 2000-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | | differences from his patch: - wordwrap width and wrap-string now optional parameters (default to 75 and "\n" respectively) - wordwrap_byte is now just an automatic special case of wordwrap - Zend API compliant @- Added new function "wordwrap" to wordwrap long strings from Chris @ Russel <russel@yorku.ca> (David Croft) | ||||
* | @- 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 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | @- Added str_pad() for padding a string with an arbitrary string on left or | Andrei Zmievski | 2000-06-06 | 1 | -0/+1 |
| | | | | | | | | | @ right. (Andrei) Added str_pad() for padding a string with an arbitrary string on left or right. # With all those macros, the code is starting to eerily resemble Perl's guts. | ||||
* | 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 |
| | | | | | | | | | | Also fixed a bug along the way in the basename function. If it was fed something like "filename.ext/////" it would return the string with all the slashes whereas if you fed it "/path/filename.ext////" it would get it right. @ Fixed basename() bug where "file.ext///" would not return the same @ as "/path/file.ext///" (Rasmus) | ||||
* | name changed from levdist() to levenshtein() | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| | | | | | (although i bet we'll get a levenstein() alias some day) | ||||
* | added function "int levdist(string str1, string str2)" | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+1 |
| | | | | | | that will calculate the Levenshtein distance between two strings (faster and possibly more accurate than similar_text()) | ||||
* | again (due to feature request in bug id #3251) | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| | | | | | added optional 3rd parameter 'limit' to explode() as in split() | ||||
* | 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 |
| | | | | | (due to feature request in bug id #3251) | ||||
* | @Added substr_count() from Peter Kovacs. (Andrei) | Andrei Zmievski | 2000-04-26 | 1 | -0/+1 |
| | | | | | # also some todo stuff | ||||
* | Added natural comparison/sorting routines using code from Martin Pool. | Andrei Zmievski | 2000-04-12 | 1 | -0/+8 |
| | | | | | | | | | @- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These are useful for comparing and sorting @ strings that contain numbers. Based on the code from Martin Pool @ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/ @ for more info on natural sorting. (Andrei) | ||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Change string->str where possible; string is basic a C++ class, so gdb ↵ | Zeev Suraski | 2000-02-08 | 1 | -5/+5 |
| | | | | | | | can't look inside variables named 'string'. | ||||
* | @- 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 |
| |