Commit Graph

680 Commits

Author SHA1 Message Date
Moriyoshi Koizumi
dc1b8ed4f1 - Merge from upstream (note: this is no behavioral change, so need not to be
merged to 5.3.2 branch)
2010-02-28 09:33:05 +00:00
Moriyoshi Koizumi
a982d8b5e3 - Whitespaces. 2010-02-28 07:49:36 +00:00
Sebastian Bergmann
22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Rasmus Lerdorf
3f5a58bd3a Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Rasmus Lerdorf
4730dbcdf7 Fix bug #50115 2009-11-08 15:18:10 +00:00
Felipe Pena
a39eecad0c - Added SKIPIF 2009-11-08 15:02:54 +00:00
Moriyoshi Koizumi
ce3c028803 - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
multibyte character).

(This bug was introduced by the commit by r202895. Please double-check the
 specification of the function you are going to *fix*.)
2009-09-23 15:22:47 +00:00
Moriyoshi Koizumi
aa59726268 - Looks like bug #48697 has already been fixed in RC1. 2009-09-14 04:11:29 +00:00
Moriyoshi Koizumi
afe681c301 - Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on.)
(patch by komura, thanks!)
2009-09-11 21:26:18 +00:00
Moriyoshi Koizumi
384c7bce5a - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted). 2009-09-11 08:22:19 +00:00
Zoe Slattery
36a338a569 The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Moriyoshi Koizumi
44e4219d26 * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities) 2009-07-29 04:44:08 +00:00
Moriyoshi Koizumi
ac3657d6d4 - Probably harmless, but it should have been done this way. 2009-07-24 23:44:43 +00:00
Felipe Pena
b79740b458 - New tests (WurzbrugUG testfest) 2009-07-07 01:15:12 +00:00
Kalle Sommer Nielsen
4b17fee3b9 Fixed static build of mbstring on Windows (makes static build of exif possible too) 2009-06-11 23:37:51 +00:00
andy wharmby
6b6c38043b Fix test - remove bogus variation 2009-06-09 20:18:29 +00:00
Matt Wilmas
e9b382cc2e Added zend_eval_stringl and made create_function(), etc. binary-safe 2009-06-05 18:50:10 +00:00
Antony Dovgal
4a0523c105 fix compile warnings 2009-05-27 13:42:00 +00:00
Andrei Zmievski
afa4e41c2f Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
Jani Taskinen
25e8f6aa24 - Replaced by zend_multibyte-01.phpt 2009-05-10 21:10:00 +00:00
Jani Taskinen
958886f038 - Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used) 2009-05-10 21:04:26 +00:00
Jani Taskinen
866a35e548 MFB: missed these 2009-04-20 17:14:25 +00:00
Jani Taskinen
a0f3cf5cc4 MFB: Thanks to the "maintainers" who are too lazy to commit FIRST to HEAD! 2009-04-20 17:06:03 +00:00
Moriyoshi Koizumi
b3d94cc233 - Just a paranoiac test. This works perfectly. 2009-04-16 02:06:59 +00:00
Moriyoshi Koizumi
7f5d554cde - MFB (fixes build) 2009-04-16 02:05:00 +00:00
Ilia Alshanetsky
d37c3367db MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
Moriyoshi Koizumi
09f857e49d - Synching .dsp file (I am not sure whether I really should do this) 2009-03-18 17:34:02 +00:00
Moriyoshi Koizumi
0a3289baaa - Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.
2009-03-15 20:42:30 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Ilia Alshanetsky
2c5716c3c2 MFB: Improve parameter parsing code 2009-03-06 15:48:54 +00:00
Moriyoshi Koizumi
f26e3cbb95 - Strictly check UTF-8 and UTF-8 validity. 2009-02-24 13:18:40 +00:00
Moriyoshi Koizumi
ac3183128c - Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). 2009-02-17 16:28:33 +00:00
Antony Dovgal
3a97565023 remove XFAIL 2009-02-17 10:08:23 +00:00
Moriyoshi Koizumi
b29baa5e2e - Fix bug #47399 (mb_check_encoding() returns true for some illegal SJIS
characters).
2009-02-16 01:57:13 +00:00
Moriyoshi Koizumi
5a870990fb - Refix bug #43840.
- Fix bug #43841.
- Remove redundant trailing dots from the error messages.
- Fix tests.
2009-02-15 07:04:07 +00:00
Moriyoshi Koizumi
0cf6df3d38 - Prevent unwanted overflow 2009-02-14 08:15:46 +00:00
Moriyoshi Koizumi
e7373cddaf - Fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
# test still fails because of the difference of str[r]pos() behavior between 5.3 and 6.0.
2009-02-14 07:33:41 +00:00
Ilia Alshanetsky
a4797b9dcb MFB: Improved param parsing 2009-02-11 14:26:53 +00:00
Ilia Alshanetsky
181dcd1e6a MFB: Initialize optional var 2009-02-09 15:34:23 +00:00
Moriyoshi Koizumi
30c9faaf86 - Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
enabled).
2009-02-06 07:32:44 +00:00
Moriyoshi Koizumi
c3df5aa3de * Forgot to add the test. 2009-02-02 04:52:00 +00:00
Moriyoshi Koizumi
abe02d6b3d - Fix bug #46843 (CP936 euro symbol is not converted properly) 2009-02-02 04:49:48 +00:00
Scott MacVicar
e09a820b19 MFB Fix bug #47245 - Double free in mb_detect_encoding() 2009-01-29 23:01:40 +00:00
Antony Dovgal
a26c94c7d9 MFB: fix memleaks correctly and make valgrind happy 2009-01-05 09:16:38 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena
8409ccc0ea - Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria) 2008-12-30 02:12:44 +00:00
Felipe Pena
549bba6713 - Fixed memory leaks 2008-12-27 13:31:07 +00:00
Felipe Pena
b71d8ab002 - Unicodifing 2008-12-25 19:55:15 +00:00
Felipe Pena
a5e8f6b3c2 - Fixed memory leak 2008-12-25 19:30:28 +00:00
Scott MacVicar
8497d67365 Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:08 +00:00