From: Marcus Boerger Date: Sun, 23 Mar 2008 16:51:52 +0000 (+0000) Subject: - Add .cvsignore X-Git-Tag: RELEASE_2_0_0a1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69c71f703e31ec12b783fe942285d388e6f6160f;p=php - Add .cvsignore --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index e6c1fca573..d94ab50acb 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2590,7 +2590,7 @@ static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type } } else if (phar->flags & PHAR_FILE_COMPRESSION_MASK) { /* compressed phar */ -#if PHP_VERSION_ID >= 50300 +#if PHP_VERSION_ID >= 50300 && PHP_VERSION_ID < 60000 file_handle->type = ZEND_HANDLE_STREAM; file_handle->free_filename = 0; file_handle->handle.stream.handle = phar;