Skip to content

Autotools: Refactor mysql_config checks in pdo_mysql #15336

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
Aug 11, 2024

Conversation

petk
Copy link
Member

@petk petk commented Aug 10, 2024

  • Scattered if blocks moved together as PDO_MYSQL_UNIX_ADDR is defined only when mysql_config is available
  • Obsolete backticks command substitutions ... replaced with the recommended $(...)

- Scattered if blocks moved together as PDO_MYSQL_UNIX_ADDR is defined
  only when mysql_config is available
- Obsolete backticks command substitutions `...` replaced with the
  recommended $(...)
@petk petk merged commit a5f8cbd into php:master Aug 11, 2024
10 checks passed
@petk petk deleted the patch-m4-cs-pdo-mysql branch August 11, 2024 10:18
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