]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.7-bug-54494.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.3.7-bug-54494.patch
1 --- PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c        2011/04/09 16:02:40     310107
2 +++ PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c        2011/04/09 16:59:36     310108
3 @@ -1202,10 +1202,10 @@
4                 len = string->len;
5                 start = from;
6                 end = from + length;
7 -               if (encoding->flag & (MBFL_ENCTYPE_WCS2BE | MBFL_ENCTYPE_MWC2LE)) {
8 +               if (encoding->flag & (MBFL_ENCTYPE_WCS2BE | MBFL_ENCTYPE_WCS2LE)) {
9                         start *= 2;
10                         end = start + length*2;
11 -               } else if (encoding->flag & (MBFL_ENCTYPE_WCS4BE | MBFL_ENCTYPE_MWC4LE)) {
12 +               } else if (encoding->flag & (MBFL_ENCTYPE_WCS4BE | MBFL_ENCTYPE_WCS4LE)) {
13                         start *= 4;
14                         end = start + length*4;
15                 } else if (encoding->mblen_table != NULL) {
This page took 0.031699 seconds and 3 git commands to generate.