mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
Use bool instead of int in _phar_zip_pass
This commit is contained in:
@@ -860,9 +860,9 @@ struct _phar_zip_pass {
|
||||
php_stream *filefp;
|
||||
php_stream *centralfp;
|
||||
php_stream *old;
|
||||
int free_fp;
|
||||
int free_ufp;
|
||||
char **error;
|
||||
bool free_fp;
|
||||
bool free_ufp;
|
||||
};
|
||||
/* perform final modification of zip contents for each file in the manifest before saving */
|
||||
static int phar_zip_changed_apply_int(phar_entry_info *entry, void *arg) /* {{{ */
|
||||
|
||||
Reference in New Issue
Block a user