325 Commits (16bc68fa0ca80efa47cf24450ae43ae42ddbf7ea)

Author SHA1 Message Date
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Moriyoshi Koizumi ce3c028803 - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a 17 years ago
Antony Dovgal 4a0523c105 fix compile warnings 17 years ago
Jani Taskinen 958886f038 - Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used) 17 years ago
Jani Taskinen a0f3cf5cc4 MFB: Thanks to the "maintainers" who are too lazy to commit FIRST to HEAD! 17 years ago
Moriyoshi Koizumi 0a3289baaa - Fix a bug that mbstring.internal_encoding doesn't take effect within 17 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
Ilia Alshanetsky 2c5716c3c2 MFB: Improve parameter parsing code 17 years ago
Moriyoshi Koizumi ac3183128c - Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). 17 years ago
Moriyoshi Koizumi 5a870990fb - Refix bug #43840. 17 years ago
Moriyoshi Koizumi e7373cddaf - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly) 17 years ago
Ilia Alshanetsky a4797b9dcb MFB: Improved param parsing 17 years ago
Ilia Alshanetsky 181dcd1e6a MFB: Initialize optional var 17 years ago
Scott MacVicar e09a820b19 MFB Fix bug #47245 - Double free in mb_detect_encoding() 17 years ago
Antony Dovgal a26c94c7d9 MFB: fix memleaks correctly and make valgrind happy 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Felipe Pena 8409ccc0ea - Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria) 17 years ago
Felipe Pena 549bba6713 - Fixed memory leaks 17 years ago
Felipe Pena a5e8f6b3c2 - Fixed memory leak 17 years ago
Scott MacVicar 8497d67365 Fix bug #46738 - Segfault when mb_detect_encoding() fails. 18 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 18 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Moriyoshi Koizumi 09e9f4cda1 - Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime. 18 years ago
Moriyoshi Koizumi 23f6c6cf9b - mb_encoding_aliases() is more consistent with mb_preferred_mime_name() 18 years ago
Moriyoshi Koizumi 2f645879e6 - The mb_list_* issue has been resolved in the following way: 18 years ago
Moriyoshi Koizumi 7bf6b36b19 * Use memcmp() for binary safety. 18 years ago
Ilia Alshanetsky 79d8631fea MFB: Fixed bug #46042 (memory leaks with reflection of 18 years ago
Felipe Pena 41834e6090 - New parameter parsing API 18 years ago
Nuno Lopes 8da607e08f fix build when host machine doest has pcre installed 18 years ago
Moriyoshi Koizumi e4f2ea4d3b - More fixes for bug #45691 18 years ago
Jani Taskinen f679eeb6cb - No C++ comments in C files! 18 years ago
Moriyoshi Koizumi b0f6875659 - Forgot to take account of the case when mbstring.language is processed 18 years ago
Moriyoshi Koizumi 51180a707c - Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests). 18 years ago
Moriyoshi Koizumi de0e9cea83 - Fix warnings 18 years ago
Moriyoshi Koizumi 86e8d7ebf1 - Fix wrong cast 18 years ago
Moriyoshi Koizumi e8741cc4fc - fix a typo in mb_stripos() that caused segfault. 18 years ago
Moriyoshi Koizumi 33be49a588 - Fixed warnings. 18 years ago
Moriyoshi Koizumi 5b494c0f16 - Add mbstring.http_output_conv_mimetypes that allows common non-text 18 years ago
Moriyoshi Koizumi 05c3ae2764 - Fix ZTS build 18 years ago
Moriyoshi Koizumi 8ea52ae46f - Removed dependencies from php_mbregex to oniguruma types 18 years ago
Moriyoshi Koizumi a9c4d66340 - Added a new configure option --with-onig=[DIR] that allows the extension 18 years ago
Felipe Pena 1de275f2c8 MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect) 18 years ago
Felipe Pena 77c2eb1dcd - MFB: Removed unused variables 18 years ago
Felipe Pena f2655e0e5d MFB: 18 years ago
Alexey Zakhlestin df6701892b MFB: string length -> int 18 years ago
Alexey Zakhlestin 9951e4822e MFB: updated to the new parameter-parsing api 18 years ago
Alexey Zakhlestin e7ee0d709d MFB: added arginfo (fixes #45388) 18 years ago
Rui Hirokawa 19047cfd2e fixed bug #27421 (by david at dfoerster dot de) mbstring.func_overload set in .htaccess becomes global 18 years ago
Rui Hirokawa fe1484dc50 MFB 18 years ago