diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-23 11:25:14 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-23 11:25:14 +0000 |
commit | 28a22396d4c12253f77c11095f37944a0dd661b9 (patch) | |
tree | 4a67877db12d22a70a443b40a74a74ee0e2efe9a /ext/zip/zip_stream.c | |
parent | 16ace1828e85f7cbe1179a29c88dad6d921e2a71 (diff) | |
download | php-git-28a22396d4c12253f77c11095f37944a0dd661b9.tar.gz |
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Diffstat (limited to 'ext/zip/zip_stream.c')
-rw-r--r-- | ext/zip/zip_stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index 1fda9c7eb8..1f305509ea 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -140,7 +140,6 @@ php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_D if (!stream) { return NULL; } else { - stream->flags |= PHP_STREAM_FLAG_FCLOSE; return stream; } |