| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
To test my PR, just change to my branch and run $ make php73.zip |
Sorry, something went wrong.
There was a problem hiding this comment.
This looks good to me! Can you also update the readme with the additional extensions this provides in the runtime layer?
🙏
Sorry, something went wrong.
@txase sure thing, done. copied the output of the command and put on the README sorted alphabetically |
Sorry, something went wrong.
|
Thanks! I’ll look to update the layer in AWS early next week! |
Sorry, something went wrong.
|
xmlreader still missing |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR, fixes issue #38
In the end, it was a small fix. When building the php73.zip there were errors in installing remi repo, and it all came down to the order we installed epel and remi, reverting those instructions fixed the problem.
In term of adding the missing extensions required by Symfony 4, I only had to add php-xml and php-process to the list of php packages to be installed.
I tested and deployed the generated layer. phpinfo can be seen here (this page will be deleted once we merge this PR).
Side note: I did not explore, but I wonder why do we need to install httpd as part of building the image?! In my case, I'm using API Gateway to handle the requests and fire the lambda. I might be missing something but I do not think we need apache.