From: Anatol Belski Date: Sat, 13 Sep 2014 19:19:22 +0000 (+0200) Subject: better align reduce the struct size by 8 byte on 64 bit X-Git-Tag: PRE_NATIVE_TLS_MERGE~150^2~18^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c66a8c53e63e6254b3a03f02dcece14f3cf6c9b;p=php better align reduce the struct size by 8 byte on 64 bit --- diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 15c085271a..7cf07d4830 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -76,11 +76,11 @@ typedef struct _ze_zip_read_rsrc { /* Extends zend object */ typedef struct _ze_zip_object { struct zip *za; - int buffers_cnt; char **buffers; HashTable *prop_handler; char *filename; int filename_len; + int buffers_cnt; zend_object zo; } ze_zip_object;