diff options
Diffstat (limited to 'ext/phar/pharzip.h')
| -rw-r--r-- | ext/phar/pharzip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/pharzip.h b/ext/phar/pharzip.h index afc3ea2a9..e7471a5e8 100644 --- a/ext/phar/pharzip.h +++ b/ext/phar/pharzip.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ - | Copyright (c) 2006-2011 The PHP Group | + | Copyright (c) 2006-2012 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pharzip.h 306941 2011-01-01 02:48:19Z felipe $ */ +/* $Id: pharzip.h 321634 2012-01-01 13:15:04Z felipe $ */ typedef struct _phar_zip_file_header { char signature[4]; /* local file header signature 4 bytes (0x04034b50) */ |
