-
Notifications
You must be signed in to change notification settings - Fork 292
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
How to install other extension in it? #399
Comments
There are many requests like this @f3l1x . There seems to be a need for case specific runtimes.
"dependencies": {
"@libphp/amazon-linux-2-v81": "latest",
"@libphp/gd-v81": "latest"
}, To consider is that it is then necessary to generate the php.ini based on the packages that you have installed.
|
Hi @SchramlTim. Ad 1) This could be a great way how to install extra packages. However, I am not sure if it would be still possible, because we need to fit to 50Mb lambda size. Ad 2) We can have a manual for that. But creating a new runtime could be challenge for someone. Ad 3) I heard that Vercel will support lambda layers someday. It could solve all troubles with these extensions. Just like brefphp do it. Ad 4) I can imagine way there is a full-bloated-libphp package with all possible extensions and you can enable/disable them via ENV. Something like What do you think? |
Thanks for feedback!
|
Question
How to install other extension in it?
Like
gd
The text was updated successfully, but these errors were encountered: