We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
<?php @unlink("foo"); dba_open("foo", "c-", "flatfile");
Resulted in a segfault.
PHP-8.0+
Windows
The text was updated successfully, but these errors were encountered:
Fix phpGH-9155: dba_open("non-existing", "c-", "flatfile") segfaults
c40812f
We must not assume that the lock file has been opened.
Merge branch 'PHP-8.0' into PHP-8.1
cf1664e
* PHP-8.0: Fix GH-9155: dba_open("non-existing", "c-", "flatfile") segfaults
a442e29
Merge branch 'PHP-8.1'
89216b2
* PHP-8.1: Fix GH-9155: dba_open("non-existing", "c-", "flatfile") segfaults
cmb69
Successfully merging a pull request may close this issue.
Description
The following code:
Resulted in a segfault.
PHP Version
PHP-8.0+
Operating System
Windows
The text was updated successfully, but these errors were encountered: