History log of /PHP-8.3/ext/dba/tests/gh9155.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# f11228cd 04-Aug-2022 Christoph M. Becker

Add conflict markers for dba tests

These tests use the same filename, and as such must not be run in
parallel.

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22
# cf1664e9 27-Jul-2022 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

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


# 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.