From fba06d836ae5b8bb1ccb244096d102b38bd155c0 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:35:47 +0200 Subject: [PATCH] Fix merge issue --- ext/phar/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/phar/util.c b/ext/phar/util.c index 7c94ba2e63f..7daeb450c3d 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -1504,7 +1504,6 @@ static zend_result phar_call_openssl_signverify(bool is_sign, php_stream *fp, ze zval_ptr_dtor(&retval); ZEND_FALLTHROUGH; case IS_FALSE: - default: zval_ptr_dtor(&zp[1]); return FAILURE; }