mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.4'
* PHP-8.4: Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata()
This commit is contained in:
@@ -1244,7 +1244,6 @@ static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, i
|
||||
break;
|
||||
default:
|
||||
php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option);
|
||||
zval_ptr_dtor(&args[2]);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user