File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -137,19 +137,19 @@ ZEND_BEGIN_MODULE_GLOBALS(phar)
137
137
phar_entry_fp * cached_fp ;
138
138
HashTable phar_alias_map ;
139
139
int phar_SERVER_mung_list ;
140
- int readonly ;
141
140
char * cache_list ;
142
- int manifest_cached ;
143
- int persist ;
144
- int has_zlib ;
145
- int has_bz2 ;
141
+ bool readonly ;
142
+ bool manifest_cached ;
143
+ bool persist ;
144
+ bool has_zlib ;
145
+ bool has_bz2 ;
146
146
bool readonly_orig ;
147
147
bool require_hash_orig ;
148
148
bool intercepted ;
149
- int request_init ;
150
- int require_hash ;
151
- int request_done ;
152
- int request_ends ;
149
+ bool request_init ;
150
+ bool require_hash ;
151
+ bool request_done ;
152
+ bool request_ends ;
153
153
zif_handler orig_fopen ;
154
154
zif_handler orig_file_get_contents ;
155
155
zif_handler orig_is_file ;
@@ -175,7 +175,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phar)
175
175
/* used for includes with . in them inside front controller */
176
176
char * cwd ;
177
177
uint32_t cwd_len ;
178
- int cwd_init ;
178
+ bool cwd_init ;
179
179
char * openssl_privatekey ;
180
180
uint32_t openssl_privatekey_len ;
181
181
/* phar_get_archive cache */
You can’t perform that action at this time.
0 commit comments