History log of /PHP-8.0/ext/dba/tests/gh9155.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a442e294 26-Jul-2022 Christoph M. Becker

Fix GH-9155: dba_open("non-existing", "c-", "flatfile") segfaults

We must not assume that the lock file has been opened.

Closes GH-9156.