mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Fix merge issue
This commit is contained in:
@@ -1468,7 +1468,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user