Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix build on Windows. Also please don't use Java style opening function | Andi Gutmans | 2002-08-03 | 1 | -1/+1 |
| | | | | | - bracket indentation. | ||||
* | -use const to clarify code | Marcus Boerger | 2002-08-02 | 1 | -1/+1 |
| | | | | | -fix tsrmls build (therefore rfc1867.c) | ||||
* | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 1 | -0/+6 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | fixed shift_jis character corruption including 0x5c as second byte following ↵ | Rui Hirokawa | 2002-07-05 | 1 | -0/+1 |
| | | | | a slash on uploaded filename. | ||||
* | Fixing ZTS build | Frank M. Kromann | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | fixed shift_jis character corruption including 0x5c as second byte on ↵ | Rui Hirokawa | 2002-07-03 | 1 | -0/+2 |
| | | | | uploaded filename. | ||||
* | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 1 | -0/+14 |
| | | | | character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. | ||||
* | Improve use of module_globals macros | Sascha Schumann | 2002-04-26 | 1 | -1/+1 |
| | |||||
* | Fixing Win32 compilation of mbstring | Frank M. Kromann | 2002-04-15 | 1 | -0/+2 |
| | |||||
* | -new function php_mb_check_encoding_list | Marcus Boerger | 2002-04-12 | 1 | -0/+1 |
| | | | | | -mark module globals as const (thread safety) | ||||
* | changed mbstring to make thread safe. | Rui Hirokawa | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | Fixed way of exporing functions. (Need PHPAPI for Win) | Yasuo Ohgaki | 2002-04-05 | 1 | -1/+3 |
| | | | | | | | Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}") Fixed error message so that appropriate function names are displayed. | ||||
* | new function php_mb_convert_encoding | Marcus Boerger | 2002-04-05 | 1 | -0/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | @Added multi-byte enabled regex functions. (Rui) | Rui Hirokawa | 2002-01-11 | 1 | -0/+36 |
| | |||||
* | @added mb_get_info() to get internal settings of mbstring. | Rui Hirokawa | 2002-01-07 | 1 | -0/+1 |
| | |||||
* | added code to remove overloaded function in RSHUTDOWN. | Rui Hirokawa | 2001-12-26 | 1 | -1/+1 |
| | |||||
* | @added function overload in mbstring to add multibyte support for string and ↵ | Rui Hirokawa | 2001-12-23 | 1 | -3/+9 |
| | | | | mail functions. | ||||
* | added an option mbstring.func_overload to overload some function by ↵ | Rui Hirokawa | 2001-12-16 | 1 | -0/+4 |
| | | | | multibyte enabled version of function in mbstring. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | remaked mb_gpc_handler as mb_parse_str() in mbstring. | Rui Hirokawa | 2001-05-09 | 1 | -1/+1 |
| | |||||
* | modified some function name in ext/mbstring based on naming convension and ↵ | Rui Hirokawa | 2001-05-01 | 1 | -18/+19 |
| | | | | mbstr_http_input() implemented. | ||||
* | modified some function name in mbstring based on php's naming convension. | Rui Hirokawa | 2001-05-01 | 1 | -7/+7 |
| | |||||
* | simplified some function's name in ext/mbstring. | Rui Hirokawa | 2001-05-01 | 1 | -7/+7 |
| | |||||
* | renamed jstring to mbstring. | Rui Hirokawa | 2001-05-01 | 1 | -0/+150 |