diff options
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index f28937ebe2..1f3ec76f02 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -60,6 +60,8 @@ typedef struct _ze_zip_object { int filename_len; int buffers_cnt; zip_int64_t last_id; + int err_zip; + int err_sys; #ifdef HAVE_PROGRESS_CALLBACK zval progress_callback; #endif |