-
Notifications
You must be signed in to change notification settings - Fork 20
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
Compile PHP with Mongodb/Postgress #9
Comments
You need to modify dockerfile.buildphp to include your dependencies. (That is, add mongodb-org and postrgresql-server to the
which rebuilds your php binary. Make sure your code works locally with
This ensures your you've built your php correctly. If not keep modifying and building the php binary until it works. Then
and check it works remotely with
Hope that helps. |
Hello. Thank you for your answer. Sure, Regards. |
Yes |
Have you got any chance to get Mongodb included in your php binary and get it working with Lambda? If you have done so, can you please help light me through... I am bumping into the same situation. I want to include redis also because I want to use with Elasticache for Redis. Thank you |
Thank you for this great work.
Do you know what needs to be done to compile php with Mongodb and Postgress support?
I have read that those modules need to be statically compiled and bundled into the compiled PHP, but I'm lost as to how to do it.
Best regards.
The text was updated successfully, but these errors were encountered: