Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensions

This commit is contained in:
Máté Kocsis 2019-12-30 18:09:40 +01:00
parent 3262c28d5c
commit 76c45f35f5
No known key found for this signature in database
GPG key ID: FD055E41728BF310
8 changed files with 41 additions and 42 deletions

View file

@ -241,7 +241,7 @@ PHP_FUNCTION(com_dotnet_create_instance)
&assembly_name, &assembly_name_len,
&datatype_name, &datatype_name_len,
&cp)) {
return;
RETURN_THROWS();
}
cp_it = php_win32_cp_get_by_id((DWORD)cp);