Skip to content

Commit d187b73

Browse files
committed
Revert int to bool return type change
1 parent f7e01fa commit d187b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/php_zip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ typedef struct {
335335
#endif
336336
} zip_options;
337337

338-
static bool php_zip_parse_options(HashTable *options, zip_options *opts)
338+
static int php_zip_parse_options(HashTable *options, zip_options *opts)
339339
/* {{{ */
340340
{
341341
zval *option;

0 commit comments

Comments
 (0)