Skip to content

Join SQLite library setup M4 macros to PHP_SETUP_SQLITE #14372

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

Merged
merged 1 commit into from
May 30, 2024

Conversation

petk
Copy link
Member

@petk petk commented May 30, 2024

Macro can simplify managing minimum version of SQLite library on less places.

Macro can simplify managing minimum version of SQLite library on less
places.
@youkidearitai
Copy link
Contributor

I have a question. Isn't it necessary for .w32 files?

@petk
Copy link
Member Author

petk commented May 30, 2024

I have a question. Isn't it necessary for .w32 files?

It is required dependency, yes. On Windows unfortunately (for now) there is only a blind requirement because there is this library used: https://github.com/winlibs/sqlite3. So the version is sort of known there. Otherwise, this PHP_SETUP_SQLITE macro errors out by default if SQLite library is not found or version is not sufficient.

@youkidearitai
Copy link
Contributor

@petk Thank you, I got it.

@petk petk merged commit cba3891 into php:master May 30, 2024
10 of 11 checks passed
@petk petk deleted the patch-setup-sqlite branch May 30, 2024 16:16
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.

3 participants