Skip to content

Autotools: Sync CS in ext/odbc #15625

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 28, 2024
Merged

Autotools: Sync CS in ext/odbc #15625

merged 1 commit into from
Aug 28, 2024

Conversation

petk
Copy link
Member

@petk petk commented Aug 28, 2024

  • Obsolete backticks replaced with $(...), also backticks used inside AC_MSG_RESULT result in literal output. The $(...) works as intended and is executed in the shell with proper result message given
  • A couple of AS_VAR_IF used
  • Macro arguments quoted
  • Added simplistic macro definitions headers as done with other php-src M4 headers for consistency of reading the code

- Obsolete backticks replaced with $(...); also backticks used inside
  AC_MSG_RESULT result in literal output. The $(...) works as intended
  and is executed in the shell with proper result message given
- A couple of AS_VAR_IF used
- Macro arguments quoted
- Added simplistic macro definitions headers as done with other php-src
  M4 headers for consistency of reading the code
@NattyNarwhal
Copy link
Member

We should probably look into other cleanups here, and see if we can get parity between PDO_ODBC and procedural in terms of supported driver managers. There's all sorts of special-casing in procedural.

@petk petk merged commit 8aaedbf into php:master Aug 28, 2024
9 of 10 checks passed
@petk petk deleted the patch-m4-cs-odbc branch August 28, 2024 23:38
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