Skip to content

Remove redundant code in ext/mysqlnd build #12384

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
Oct 9, 2023

Conversation

petk
Copy link
Member

@petk petk commented Oct 8, 2023

Here's one more redundant code cleanup. This was once used by the ext/mysqli when building without ext/mysqlnd and the ext/mysqlnd/php_mysqlnd_config.h file was created in the build directory. This has been tested with in-source build, out-of-source build, shared extensions, compiled in the php binary etc. So it's safe to remove it today.

This was once used by the ext/mysqli when building without ext/mysqlnd
and the ext/mysqlnd/php_mysqlnd_config.h file was created in the build
directory.
@petk petk force-pushed the patch-autoconf-mysqlnd branch from 71247cb to 3b5cc7c Compare October 8, 2023 17:39
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

LGTM

@Girgias Girgias merged commit f119b61 into php:master Oct 9, 2023
@petk petk deleted the patch-autoconf-mysqlnd branch October 9, 2023 17:41
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.

2 participants