We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f9e1 commit 6e6752fCopy full SHA for 6e6752f
ext/phar/phar_internal.h
@@ -205,7 +205,6 @@ typedef struct _phar_entry_info {
205
uint32_t old_flags;
206
phar_metadata_tracker metadata_tracker;
207
zend_string *filename;
208
- enum phar_fp_type fp_type;
209
/* offset within original phar file of the file contents */
210
zend_long offset_abs;
211
/* offset within fp of the file contents */
@@ -214,6 +213,7 @@ typedef struct _phar_entry_info {
214
213
zend_long header_offset;
215
php_stream *fp;
216
php_stream *cfp;
+ enum phar_fp_type fp_type;
217
int fp_refcount;
218
char *tmp;
219
phar_archive_data *phar;
0 commit comments