Skip to content

dba_open("non-existing", "c-", "flatfile") segfaults #9155

Closed
@cmb69

Description

@cmb69

Description

The following code:

<?php
@unlink("foo");
dba_open("foo", "c-", "flatfile");

Resulted in a segfault.

PHP Version

PHP-8.0+

Operating System

Windows

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions