]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.6-bug-53377.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.3.6-bug-53377.patch
1 --- PHP_5_3/ext/imap/php_imap.c 2010/11/23 10:22:34     305685
2 +++ PHP_5_3/ext/imap/php_imap.c 2010/11/23 10:34:44     305686
3 @@ -4235,7 +4235,7 @@
4                                         }
5  
6                                         offset = end_token+2;
7 -                                       for (i = 0; (string[offset + i] == ' ') || (string[offset + i] == 0x0a) || (string[offset + i] == 0x0d); i++);
8 +                                       for (i = 0; (string[offset + i] == ' ') || (string[offset + i] == 0x0a) || (string[offset + i] == 0x0d) || (string[offset + i] == '\t'); i++);
9                                         if ((string[offset + i] == '=') && (string[offset + i + 1] == '?') && (offset + i < end)) {
10                                                 offset += i;
11                                         }
This page took 0.023151 seconds and 3 git commands to generate.