]> git.pld-linux.org Git - packages/php.git/blame - php-5.3.6-bug-53377.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.6-bug-53377.patch
CommitLineData
fb98beff
ER
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.046437 seconds and 4 git commands to generate.