Skip to content

Enable sodium for PHP since it should be bundled by default as of PHP 7.2.0 #464

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

exception0x876
Copy link
Contributor

Issue #, if available:

Both Debian 10 and latest Mac OS X have PHP with sodium extension compiled in - https://www.php.net/manual/en/sodium.installation.php

When you run composer update locally it sees that the extension is available and builds the dependencies around it. However, when you deploy with Codebuild the extension is no longer available and it is hard to install it since during deployment since there is no package available for it. I believe the package maintainers assume it is already bundled in so no package is required.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@leoherran-aws leoherran-aws merged commit 642763d into aws:master Jul 23, 2021
@leoherran-aws
Copy link
Member

Thanks for your contribution!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants