Skip to content
New issue

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

[9.x] Handle SQLite without ENABLE_DBSTAT_VTAB enabled #44867

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Conversation

jbrooksuk
Copy link
Member

Fixes #44860

PHP 7.4 and onwards no longer bundles SQLite. If PHP is built against a version of SQLite which is missing the ENABLE_DBSTAT_VTAB option then currently db:show will break. We'll now return nothing.

@jbrooksuk jbrooksuk changed the title Handle SQLite without ENABLE_DBSTAT_VTAB enabled [9.x] Handle SQLite without ENABLE_DBSTAT_VTAB enabled Nov 7, 2022
@taylorotwell taylorotwell merged commit 3c5bdfd into 9.x Nov 7, 2022
@taylorotwell taylorotwell deleted the fix/44860 branch November 7, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in php artisan db:show
2 participants