Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Allow null as a default value for length in mb_substr() and mb_strcut() | Lars Strojny | 2012-09-02 | 1 | -4/+12 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | A better fix for #55817 (thanks to bjori) | Xinchen Hui | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Fix wrong codes #55817 | Xinchen Hui | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | added mb_ereg_replace_callback(). | Rui Hirokawa | 2011-09-25 | 1 | -0/+7 |
| | |||||
* | fixed optional argument. | Rui Hirokawa | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | fixed test case failures. | Rui Hirokawa | 2011-09-11 | 1 | -4/+13 |
| | |||||
* | 2nd arguments is necessary in mb_parse_str because register_globals was ↵ | Rui Hirokawa | 2011-09-08 | 1 | -3/+3 |
| | | | | removed in PHP 5.4. | ||||
* | Remove unused variables | Pierrick Charron | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | added version number of libmbfl. | Rui Hirokawa | 2011-08-02 | 1 | -0/+5 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | added numeric entities encode/decode in hex format. | Rui Hirokawa | 2011-07-18 | 1 | -3/+11 |
| | |||||
* | - Restore basename in filename on non Windows OS | Felipe Pena | 2011-06-12 | 1 | -6/+13 |
| | |||||
* | Fixed multibyte related issues | Dmitry Stogov | 2011-03-14 | 1 | -5/+6 |
| | |||||
* | Fix ZTS build. | Moriyoshi Koizumi | 2011-03-06 | 1 | -4/+4 |
| | |||||
* | Fix zend.multibyte oddities. Hope this will address all the known problems. | Moriyoshi Koizumi | 2011-03-06 | 1 | -170/+83 |
| | |||||
* | Fix crash with mbstring, this probably isn't the correct behaviour but ↵ | Scott MacVicar | 2011-01-27 | 1 | -1/+1 |
| | | | | | | | | | | 272/276 of the tests pass after this. When mbstring.language is unset, it ends up being mbfl_no_language_neutral and there is no default when setting the encoding. internal_encoding and current_internal_encoding then end up being null. | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | fixed compile error with VS2008. | Rui Hirokawa | 2010-12-20 | 1 | -2/+2 |
| | |||||
* | WS | Moriyoshi Koizumi | 2010-12-19 | 1 | -25/+25 |
| | |||||
* | * Refactor zend_multibyte facility. | Moriyoshi Koizumi | 2010-12-19 | 1 | -601/+437 |
| | | | | | Now mbstring.script_encoding is superseded by zend.script_encoding. | ||||
* | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -9/+108 |
| | |||||
* | Added multibyte suppport by default. Previosly php had to be compiled with ↵ | Dmitry Stogov | 2010-11-24 | 1 | -39/+22 |
| | | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini | ||||
* | - Fixed bug #52931 (strripos not overloaded with function overloading enabled) | Felipe Pena | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | fixed compilation error. | Rui Hirokawa | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header). | Adam Harvey | 2010-08-25 | 1 | -3/+5 |
| | |||||
* | Reduced overhead of request startup | Dmitry Stogov | 2010-07-08 | 1 | -1/+4 |
| | |||||
* | Reduced overhead of ext/mbstring initialization | Dmitry Stogov | 2010-07-05 | 1 | -29/+13 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -5/+0 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 1 | -1/+0 |
| | |||||
* | Added a number of small performance tweaks and optimizations | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
| | | | | | | | . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with constant class names . ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a | Moriyoshi Koizumi | 2009-09-23 | 1 | -4/+0 |
| | | | | | | | | multibyte character). (This bug was introduced by the commit by r202895. Please double-check the specification of the function you are going to *fix*.) | ||||
* | MFH: fix compile warnings | Antony Dovgal | 2009-05-27 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #48200 (compile failure with mbstring.c when ↵ | Jani Taskinen | 2009-05-10 | 1 | -10/+13 |
| | | | | --enable-zend-multibyte is used) | ||||
* | - Sync with HEAD (just reorder to match HEAD order) | Jani Taskinen | 2009-04-20 | 1 | -163/+163 |
| | |||||
* | - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within | Moriyoshi Koizumi | 2009-03-15 | 1 | -8/+5 |
| | | | | | the request encoding converter. | ||||
* | Improve parameter parsing code | Ilia Alshanetsky | 2009-03-06 | 1 | -5/+5 |
| | |||||
* | - MFH: Add an entry for http_output_conv_mimetypes to the output of | Moriyoshi Koizumi | 2009-02-17 | 1 | -0/+7 |
| | | | | | mb_get_info(). (patch by T. Komura, thanks!) | ||||
* | - Forgot to include these files. | Moriyoshi Koizumi | 2009-02-15 | 1 | -4/+4 |
| | |||||
* | - MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly) | Moriyoshi Koizumi | 2009-02-14 | 1 | -20/+31 |
| | |||||
* | Improved param parsing | Ilia Alshanetsky | 2009-02-11 | 1 | -6/+5 |
| | |||||
* | Initialize optional var | Ilia Alshanetsky | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | MFB Fix bug #47245 - Double free in mb_detect_encoding() | Scott MacVicar | 2009-01-29 | 1 | -0/+2 |
| | |||||
* | fix memleaks correctly and make valgrind happy | Antony Dovgal | 2009-01-05 | 1 | -24/+18 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) ↵ | Felipe Pena | 2008-12-30 | 1 | -1/+2 |
| | | | | (patch by Henrique M. Decaria) | ||||
* | - MFH: Fixed memory leaks | Felipe Pena | 2008-12-27 | 1 | -0/+4 |
| | |||||
* | - MFH: Fixed memory leak | Felipe Pena | 2008-12-25 | 1 | -0/+2 |
| |