]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.7-bug-54137.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.7-bug-54137.patch
1 --- PHP_5_3/ext/standard/http_fopen_wrapper.c   2011/05/29 07:35:10     311541
2 +++ PHP_5_3/ext/standard/http_fopen_wrapper.c   2011/05/29 09:23:08     311542
3 @@ -631,7 +631,6 @@
4                 }
5                 php_stream_write(stream, "\r\n", sizeof("\r\n")-1);
6                 php_stream_write(stream, Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval));
7 -               php_stream_write(stream, "\r\n\r\n", sizeof("\r\n\r\n")-1);
8         } else {
9                 php_stream_write(stream, "\r\n", sizeof("\r\n")-1);
10         }
This page took 0.021314 seconds and 3 git commands to generate.