1
0
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:
Niels Dossche
2025-10-20 22:35:58 +02:00

View File

@@ -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;
}