Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More unused variables. | Sebastian Bergmann | 2002-04-30 | 2 | -6/+6 |
| | |||||
* | Fix ZTS build. Remove unused variables. | Sebastian Bergmann | 2002-04-30 | 1 | -4/+4 |
| | |||||
* | fixed compile warning with Visual C++. | Rui Hirokawa | 2002-04-30 | 2 | -10/+10 |
| | |||||
* | added simplified chinese, traditional chinese, korean support to mbstring. ↵ | Rui Hirokawa | 2002-04-30 | 14 | -9/+26336 |
| | | | | Note that this feature is experimental. | ||||
* | Adding missing files to project | Frank M. Kromann | 2002-04-30 | 1 | -0/+12 |
| | |||||
* | Improve use of module_globals macros | Sascha Schumann | 2002-04-26 | 2 | -2/+2 |
| | |||||
* | Remove unneeded 'return'. | Yasuo Ohgaki | 2002-04-23 | 1 | -1/+0 |
| | |||||
* | Fix possible wide char prolem. | Yasuo Ohgaki | 2002-04-23 | 1 | -5/+2 |
| | | | | | | Fix empty output when no conversion is performed. # Derick, this needs to be merged. | ||||
* | small performance improvement when pass is selected as input encoding. | Rui Hirokawa | 2002-04-21 | 1 | -4/+6 |
| | |||||
* | If I don't want mbstring, I also don't want this transparent encoding | Sascha Schumann | 2002-04-20 | 1 | -0/+2 |
| | | | | | thingee which caused an undefined reference in main.o. | ||||
* | Fixed test title (strlen -> mb_strlen) | Yasuo Ohgaki | 2002-04-19 | 1 | -1/+1 |
| | |||||
* | Fixed messages | Yasuo Ohgaki | 2002-04-19 | 1 | -4/+4 |
| | |||||
* | Enable mbstring by default. | Yasuo Ohgaki | 2002-04-19 | 1 | -29/+15 |
| | | | | | @ mbstring module is enabled by default (Yasuo) | ||||
* | Fixing Win32 compilation of mbstring | Frank M. Kromann | 2002-04-15 | 1 | -0/+2 |
| | |||||
* | fixed error output handler when 'pass' is choosed as output encoding. | Rui Hirokawa | 2002-04-14 | 1 | -0/+4 |
| | |||||
* | -new function php_mb_check_encoding_list | Marcus Boerger | 2002-04-12 | 2 | -22/+49 |
| | | | | | -mark module globals as const (thread safety) | ||||
* | This test should be skipped if(!cgi) | Sander Roobol | 2002-04-12 | 1 | -1/+6 |
| | |||||
* | -fix mb_detect_order | Marcus Boerger | 2002-04-12 | 1 | -10/+42 |
| | | | | | -php_mbstring_parse_encoding_list/array return 0 on any illegal input | ||||
* | interpret empty to_encoding as encoding not set what results in ↵ | Marcus Boerger | 2002-04-11 | 1 | -1/+1 |
| | | | | current_internal_encoding | ||||
* | fixed a bug which causes crash when charset is not set. | Rui Hirokawa | 2002-04-11 | 1 | -8/+10 |
| | |||||
* | Fix ZTS build | Yasuo Ohgaki | 2002-04-11 | 1 | -1/+1 |
| | | | | | | # Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function... # find . -name "*.c" | xargs grep php_mail | ||||
* | changed mbstring to make thread safe. | Rui Hirokawa | 2002-04-10 | 7 | -1173/+1186 |
| | |||||
* | -fix warnings | Marcus Boerger | 2002-04-07 | 3 | -6/+8 |
| | |||||
* | Use get_active_function_name() for error messages. | Yasuo Ohgaki | 2002-04-06 | 1 | -43/+84 |
| | |||||
* | include comma separated encoding lists in test | Marcus Boerger | 2002-04-05 | 2 | -0/+20 |
| | |||||
* | no space for comma separated encoding lists | Marcus Boerger | 2002-04-05 | 1 | -3/+3 |
| | |||||
* | Fixed way of exporing functions. (Need PHPAPI for Win) | Yasuo Ohgaki | 2002-04-05 | 2 | -10/+20 |
| | | | | | | | 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 | 2 | -40/+102 |
| | |||||
* | fixed some errors in regression tests. | Rui Hirokawa | 2002-03-23 | 1 | -29/+83 |
| | |||||
* | changed license from GPL2 to PHP License. | Rui Hirokawa | 2002-03-23 | 1 | -30/+16 |
| | |||||
* | fixed compile warnings. | Rui Hirokawa | 2002-03-23 | 1 | -11/+16 |
| | |||||
* | fixed POST/GET input processing. | Rui Hirokawa | 2002-03-21 | 1 | -2/+2 |
| | |||||
* | Use common.inc instead of common.php for ease of use (rm -f *.php for failed | Yasuo Ohgaki | 2002-03-18 | 17 | -17/+17 |
| | | | | | test files) | ||||
* | - Raise warning when trying to execute non-executeable shell | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | | | | | for mail delivery binary. | ||||
* | fixed some errors of mbstring in regression tests. | Rui Hirokawa | 2002-03-16 | 21 | -53/+70 |
| | |||||
* | Fixed a compiler warning | Yasuo Ohgaki | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | fixed wrong include file. | Rui Hirokawa | 2002-03-10 | 1 | -1/+1 |
| | |||||
* | fixed module name iconv->mbstring. | Rui Hirokawa | 2002-03-10 | 1 | -1/+1 |
| | |||||
* | Making mbstring compile under WIn32 | Frank M. Kromann | 2002-03-07 | 6 | -6461/+6414 |
| | |||||
* | Rename common.php to common.inc for easier deletion of garbages. | Yasuo Ohgaki | 2002-03-07 | 19 | -18/+18 |
| | | | | | e.g. "rm -f *.php" | ||||
* | Add mbstring tests | Yasuo Ohgaki | 2002-03-02 | 39 | -0/+1505 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | fixed a comment and default output encoding changed to pass. | Rui Hirokawa | 2002-02-23 | 2 | -3/+3 |
| | |||||
* | php.h included. | Rui Hirokawa | 2002-02-23 | 1 | -0/+1 |
| | |||||
* | Fix typo | Yasuo Ohgaki | 2002-02-10 | 1 | -1/+1 |
| | |||||
* | Remove unused line | Yasuo Ohgaki | 2002-02-06 | 1 | -1/+0 |
| | | | | | # I forgot to delete this line | ||||
* | Fixed crash with mb_output_handler() | Yasuo Ohgaki | 2002-02-06 | 1 | -8/+11 |
| | | | | | | When mb_output_hanlder is applied muiltiple times, PHP does not output. This should be fixed also. | ||||
* | Remove TSRMLS_FETCH() does not need | Yasuo Ohgaki | 2002-02-04 | 1 | -2/+0 |
| | |||||
* | fixed an error in mbstring caused by confliction with regex. | Rui Hirokawa | 2002-01-14 | 1 | -2/+2 |
| |