History log of /PHP-8.3/ext/pdo_sqlite/tests/gh14712.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# c03196a5 29-Jun-2024 David Carlier

Fix GH-14712: segfault on invalid object.

If the extension does not allow to get a property pointer (like PDORow
object), we fallback
to the read property cb anyway.