Skip to content

Commit 4094bf7

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix merge issue
2 parents 41d6d36 + fba06d8 commit 4094bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/phar/util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,6 @@ static zend_result phar_call_openssl_signverify(bool is_sign, php_stream *fp, ze
14681468
zval_ptr_dtor(&retval);
14691469
ZEND_FALLTHROUGH;
14701470
case IS_FALSE:
1471-
default:
14721471
zval_ptr_dtor(&zp[1]);
14731472
return FAILURE;
14741473
}

0 commit comments

Comments
 (0)