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

Require sqlite >= 3.7.7 for URI in DSN #7347

Merged
merged 1 commit into from
Aug 11, 2021
Merged

Conversation

srsbiz
Copy link
Contributor

@srsbiz srsbiz commented Aug 6, 2021

SQLITE_OPEN_URI introduced in #6610 is available from sqlite version 3.7.7

Copy link
Contributor

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch, thanks! Given that SQLite 3.7.7 had been released on 2011-06-28, I see no issue with raising the requirements. Bumping the version for PDO_SQLite doesn't seem strictly necessary, but may avoid friction if both extensions need to be built.

@nikic nikic merged commit 3a4d0d3 into php:master Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants