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

configure.ac: Enable support for a versioned cursor library #202

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

hughmcmaster
Copy link
Contributor

This patch modifies configure.ac so DEFINE_CURSOR_LIB_VER can be defined in config.h. Doing so subsequently defines CURSOR_LIB_VER, allowing a versioned cursor library to be accessed via dlopen in DriverManager/SQLConnect.c.

This new configure switch is not enabled by default, so existing behaviour is retained.

Closes #201.

This patch modifies configure.ac so DEFINE_CURSOR_LIB_VER can be
defined in config.h. Doing so subsequently defines CURSOR_LIB_VER,
allowing a versioned cursor library to be accessed via dlopen in
DriverManager/SQLConnect.c.

This new configure switch is not enabled by default, so existing
behaviour is retained.

Closes lurcher#201.
@lurcher
Copy link
Owner

lurcher commented Dec 16, 2024 via email

@lurcher lurcher merged commit afdce51 into lurcher:master Dec 16, 2024
2 checks passed
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.

DEFINE_CURSOR_LIB_VER never defined, causes PHP's odbc_connect to fail in certain configurations
2 participants