Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |