History log of /php-src/ext/com_dotnet/tests/gh16991.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9bae8933 29-Nov-2024 Christoph M. Becker

Fix GH-16991: Getting typeinfo of non DISPATCH variant segfaults

We must not assume that any `VARIANT` implements `IDispatch`.

Closes GH-16992.