]> git.pld-linux.org Git - packages/php.git/blame - php-5.3.6-bug-53579.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-5.3.6-bug-53579.patch
CommitLineData
fb98beff
ER
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.033906 seconds and 4 git commands to generate.