History log of /PHP-8.4/ext/com_dotnet/tests/lookup_error.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 4b2dc586 15-Aug-2024 Christoph M. Becker

Fix format specifiers and arguments in com_dotnet (GH-15398)

This is mostly about minor glitches (signedness or length confusion),
but also fixes two occasions where `zend_string`s still

Fix format specifiers and arguments in com_dotnet (GH-15398)

This is mostly about minor glitches (signedness or length confusion),
but also fixes two occasions where `zend_string`s still have been
regarded as `char *`.

We also add a regression test case for failing property name lookup,
since that is the most relevant issue we're fixing here.

show more ...