--- embedaddon/php/ext/phar/phar_internal.h 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/phar/phar_internal.h 2012/05/29 12:34:41 1.1.1.2 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: phar_internal.h,v 1.1.1.1 2012/02/21 23:47:59 misho Exp $ */ +/* $Id: phar_internal.h,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -485,9 +485,9 @@ typedef struct _phar_entry_data { off_t position; /* for copies of the phar fp, defines where 0 is */ off_t zero; - int for_write:1; - int is_zip:1; - int is_tar:1; + unsigned int for_write:1; + unsigned int is_zip:1; + unsigned int is_tar:1; phar_entry_info *internal_file; } phar_entry_data;