]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.6-bug-53579.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.6-bug-53579.patch
1 --- PHP_5_3/ext/zip/zip_stream.c        2010/12/20 10:50:59     306492
2 +++ PHP_5_3/ext/zip/zip_stream.c        2010/12/20 11:00:27     306493
3 @@ -216,6 +216,7 @@
4                         self->stream = NULL;
5                         self->cursor = 0;
6                         stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode);
7 +                       stream->orig_path = estrdup(path);
8                 } else {
9                         zip_close(stream_za);
10                 }
This page took 0.041608 seconds and 3 git commands to generate.