devcontainers / devcontainers/features
[PHP] Reuse build files from setup-php action
Open
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
Currently, the PHP feature builds PHP from source code which can take a while and does not contain any PHP extension.
Maybe it makes sense here to reuse the build binaries from the popular setup-php action:
https://github.com/shivammathur/php-builder/releases
So instead of building it from source, we download the tar and unpack it
Contributor guide
Assessment
This issue has not been assessed yet.