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 a5f6165 commit 453f9e1Copy full SHA for 453f9e1
ext/phar/phar_internal.h
@@ -105,8 +105,8 @@ ZEND_BEGIN_MODULE_GLOBALS(phar)
105
/* for cached phars, this is a per-process store of fp/ufp */
106
phar_entry_fp *cached_fp;
107
HashTable phar_alias_map;
108
- int phar_SERVER_mung_list;
109
char* cache_list;
+ int phar_SERVER_mung_list;
110
bool readonly;
111
bool manifest_cached;
112
bool persist;
@@ -150,8 +150,8 @@ ZEND_BEGIN_MODULE_GLOBALS(phar)
150
/* phar_get_archive cache */
151
char* last_phar_name;
152
uint32_t last_phar_name_len;
153
- char* last_alias;
154
uint32_t last_alias_len;
+ char* last_alias;
155
phar_archive_data* last_phar;
156
HashTable mime_types;
157
ZEND_END_MODULE_GLOBALS(phar)
0 commit comments