dwchiang / nginx-php-fpm

Running Cloud Native Laravel/PHP app with nginx + php-fpm 8.2/8.1/8.0/7.4/7.3 across amd64, arm64 arch.
https://hub.docker.com/r/dwchiang/nginx-php-fpm
Apache License 2.0
163 stars 35 forks source link

PHP 5 support #5

Open pahud opened 3 years ago

pahud commented 3 years ago

Hi @dwchiang

Is there any chance to support php5? As I know some customers are still running their workload on PHP5.

wdyt?

dwchiang commented 3 years ago

So happy to see that more and more people find this project is useful :)

There are sort of many dependency between OS, nginx, php and php packages that may break the docker build.

Let me see if I can make some of it running :p

I will try to automate part of this project to reduce the dependency check workload and speed up the version expanding of each main components in this project.