summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/phar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index c33d6e5e9c..dc469daf6f 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -3290,6 +3290,8 @@ static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type)
}
file_handle->handle.stream.handle = NULL;
break;
+ default:
+ break;
}
*file_handle = f;
}