Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fixed memory leak | Felipe Pena | 2008-12-25 | 1 | -0/+2 | |
| | ||||||
* | Fix bug #46738 - Segfault when mb_detect_encoding() fails. | Scott MacVicar | 2008-12-11 | 1 | -1/+1 | |
| | ||||||
* | Remove duff comment produced by the test generator tool | Ant Phillips | 2008-12-05 | 6 | -25/+0 | |
| | ||||||
* | MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-12-05 | 1 | -0/+72 | |
| | | | | 64 bit). | |||||
* | MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ↵ | Ant Phillips | 2008-12-05 | 121 | -462/+11088 | |
| | | | | 64 bit). | |||||
* | MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly) | Ilia Alshanetsky | 2008-11-24 | 1 | -1/+1 | |
| | ||||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -54/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+54 | |
| | ||||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -54/+0 | |
| | ||||||
* | - Fix bug #45722 (mb_check_encoding() crashes). | Moriyoshi Koizumi | 2008-10-16 | 2 | -8/+17 | |
| | ||||||
* | - Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime. | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+2 | |
| | | | | | (noticed by Antony. Thanks!) | |||||
* | - Properly initialize/finalize the library. This plugs the leaks caused by | Moriyoshi Koizumi | 2008-09-13 | 1 | -0/+2 | |
| | | | | | onig_new(). | |||||
* | - Adding tests. | Moriyoshi Koizumi | 2008-09-13 | 2 | -0/+55 | |
| | ||||||
* | - mb_encoding_aliases() is more consistent with mb_preferred_mime_name() | Moriyoshi Koizumi | 2008-09-13 | 2 | -6/+5 | |
| | | | | | despite the unconformance with the naming convention. | |||||
* | - The mb_list_* issue has been resolved in the following way: | Moriyoshi Koizumi | 2008-09-12 | 1 | -135/+23 | |
| | | | | | | | | - Keep the same prototype as 5.2 for mb_list_encodings(). - Add mb_list_encoding_aliases() with the mandatory parameter. - Remove mb_list_mime_names() as the list can be made from iteration on mb_list_encodings() with mb_preferred_mime_name(). | |||||
* | * Use memcmp() for binary safety. | Moriyoshi Koizumi | 2008-09-12 | 1 | -14/+7 | |
| | ||||||
* | MFB: Fixed bug #46042 (memory leaks with reflection of | Ilia Alshanetsky | 2008-09-10 | 1 | -2/+2 | |
| | | | | | mb_convert_encoding()) | |||||
* | - New parameter parsing API | Felipe Pena | 2008-08-18 | 22 | -142/+116 | |
| | | | | | - Fixed tests | |||||
* | fix build when host machine doest has pcre installed | Nuno Lopes | 2008-08-11 | 1 | -1/+1 | |
| | ||||||
* | - More fixes for bug #45691 | Moriyoshi Koizumi | 2008-08-04 | 1 | -4/+8 | |
| | ||||||
* | - No C++ comments in C files! | Jani Taskinen | 2008-08-03 | 1 | -6/+6 | |
| | ||||||
* | - Forgot to take account of the case when mbstring.language is processed | Moriyoshi Koizumi | 2008-08-03 | 1 | -4/+23 | |
| | | | | | afterwards. | |||||
* | - Fixed bug #45691 (Some per-dir or runtime settings may leak into other ↵ | Moriyoshi Koizumi | 2008-08-02 | 2 | -124/+134 | |
| | | | | requests). | |||||
* | - Add a test for bug #43993. | Moriyoshi Koizumi | 2008-08-01 | 1 | -0/+26 | |
| | ||||||
* | - Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() ↵ | Moriyoshi Koizumi | 2008-08-01 | 1 | -0/+1 | |
| | | | | with overlapping needles) | |||||
* | - Fixed bug #44617 (wrong HTML entity output when substitute_character=entity) | Moriyoshi Koizumi | 2008-07-31 | 2 | -56/+60 | |
| | ||||||
* | - fix test | Jani Taskinen | 2008-07-31 | 1 | -0/+2 | |
| | ||||||
* | - Fix warnings | Moriyoshi Koizumi | 2008-07-25 | 2 | -7/+7 | |
| | ||||||
* | - Fix wrong cast | Moriyoshi Koizumi | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | - fix a typo in mb_stripos() that caused segfault. | Moriyoshi Koizumi | 2008-07-25 | 9 | -2/+1221 | |
| | | | | | (noticed by bs@php.net, thanks). | |||||
* | - Fix win32 build | Moriyoshi Koizumi | 2008-07-24 | 1 | -0/+1 | |
| | ||||||
* | - Fix tests. | Moriyoshi Koizumi | 2008-07-24 | 6 | -10/+10 | |
| | ||||||
* | - Fixed warnings. | Moriyoshi Koizumi | 2008-07-24 | 4 | -70/+69 | |
| | ||||||
* | - Add mbstring.http_output_conv_mimetypes that allows common non-text | Moriyoshi Koizumi | 2008-07-24 | 17 | -33/+425 | |
| | | | | | | types such as "application/xhtml+xml" to be converted by mb_output_handler(). | |||||
* | - Bug #45572 | Moriyoshi Koizumi | 2008-07-20 | 1 | -2/+6 | |
| | ||||||
* | - Fix ZTS build | Moriyoshi Koizumi | 2008-07-17 | 2 | -4/+4 | |
| | ||||||
* | - Removed dependencies from php_mbregex to oniguruma types | Moriyoshi Koizumi | 2008-07-17 | 4 | -141/+215 | |
| | ||||||
* | - Oops. | Moriyoshi Koizumi | 2008-07-16 | 1 | -2/+2 | |
| | ||||||
* | - Added a new configure option --with-onig=[DIR] that allows the extension | Moriyoshi Koizumi | 2008-07-16 | 7 | -101/+230 | |
| | | | | | | | to link to the external oniguruma library. - Prevent libmbfl files from being installed when --with-libmbfl is specified. - Fixed mb_ereg_replace() to work with unicode strings. | |||||
* | - indentation fix & reenable mbregex again. | Moriyoshi Koizumi | 2008-07-15 | 1 | -2/+19 | |
| | ||||||
* | - fix build with VC9 PSDK6.x | Pierre Joye | 2008-07-12 | 1 | -1/+3 | |
| | ||||||
* | MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; ↵ | Felipe Pena | 2008-07-11 | 1 | -1/+1 | |
| | | | | charset=' parsing incorrect) | |||||
* | - MFB: Removed unused variables | Felipe Pena | 2008-07-07 | 1 | -1/+0 | |
| | ||||||
* | MFB: | Felipe Pena | 2008-07-07 | 2 | -98/+427 | |
| | | | | | | - Added arginfo - Removed unnecessary #include "zend_arg_defs.c" | |||||
* | MFB: string length -> int | Alexey Zakhlestin | 2008-07-07 | 1 | -7/+9 | |
| | ||||||
* | MFB: updated to the new parameter-parsing api | Alexey Zakhlestin | 2008-07-07 | 1 | -227/+164 | |
| | ||||||
* | MFB: added arginfo (fixes #45388) | Alexey Zakhlestin | 2008-07-07 | 1 | -2/+22 | |
| | ||||||
* | fixed bug #27421 (by david at dfoerster dot de) mbstring.func_overload set ↵ | Rui Hirokawa | 2008-06-13 | 1 | -3/+8 | |
| | | | | in .htaccess becomes global | |||||
* | - killed off UEXPECT | Steph Fox | 2008-05-27 | 79 | -5114/+53 | |
| | | | | | | - com_dotnet gets a .cvsignore - Ulf will take care of mysql extensions, rest complete | |||||
* | MFB | Rui Hirokawa | 2008-02-16 | 2 | -1/+3 | |
| |