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

Add PHP_ADDITIONAL_CONFIG_OPTIONS #154

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

reinaldorauch
Copy link

Adding PHP_ADDITIONAL_CONFIG_OPTIONS to allow the user add custom build config options
to the script without changing default behavior.

Motivation: I had to mimic the build script to add a optional extension for
password_hash(PASSWORD_ARGON2ID) usage.

If I had this option I only needed to do PHP_ADDITIONAL_CONFIG_OPTIONS="--with-password-argon2" asdf install php latest
to add that option

@reinaldorauch reinaldorauch requested a review from a team as a code owner June 19, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant