Skip to content

Autotools: Refactor crypt check in ext/standard #14856

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
Jul 7, 2024

Conversation

petk
Copy link
Member

@petk petk commented Jul 7, 2024

  • AH_TEMPLATE sets the CPP macro help text on a single place
  • AC_DEFINE can be used instead of AC_DEFINE_UNQUOTED
  • AS_VAR_IF used and CS synced
  • crypt() function is at this point required as all required algorithm checks are depending on it and error is thrown if not found when using external crypt library

@petk petk requested a review from bukka as a code owner July 7, 2024 02:33
- AH_TEMPLATE sets the CPP macro help text on a single place
- AC_DEFINE can be used instead of AC_DEFINE_UNQUOTED
- AS_VAR_IF used and CS synced
- crypt() function is at this point required as all required algorithm
  checks are depending on it and error is thrown if not found when using
  external crypt library
@petk petk merged commit 9def76e into php:master Jul 7, 2024
11 checks passed
@petk petk deleted the patch-cache-variables-standard-crypt branch July 7, 2024 19:46
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