├── 5.4 ├── Dockerfile ├── apache │ └── Dockerfile ├── fpm │ └── Dockerfile └── zts │ └── Dockerfile ├── 5.6 ├── Dockerfile ├── apache │ └── Dockerfile ├── fpm │ └── Dockerfile └── zts │ └── Dockerfile ├── 7.0 ├── Dockerfile ├── apache │ └── Dockerfile ├── fpm │ └── Dockerfile └── zts │ └── Dockerfile ├── 7.1 ├── Dockerfile ├── apache │ └── Dockerfile ├── fpm │ └── Dockerfile └── zts │ └── Dockerfile ├── LICENSE └── README.md /5.4/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.4/Dockerfile -------------------------------------------------------------------------------- /5.4/apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.4/apache/Dockerfile -------------------------------------------------------------------------------- /5.4/fpm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.4/fpm/Dockerfile -------------------------------------------------------------------------------- /5.4/zts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.4/zts/Dockerfile -------------------------------------------------------------------------------- /5.6/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.6/Dockerfile -------------------------------------------------------------------------------- /5.6/apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.6/apache/Dockerfile -------------------------------------------------------------------------------- /5.6/fpm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.6/fpm/Dockerfile -------------------------------------------------------------------------------- /5.6/zts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/5.6/zts/Dockerfile -------------------------------------------------------------------------------- /7.0/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.0/Dockerfile -------------------------------------------------------------------------------- /7.0/apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.0/apache/Dockerfile -------------------------------------------------------------------------------- /7.0/fpm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.0/fpm/Dockerfile -------------------------------------------------------------------------------- /7.0/zts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.0/zts/Dockerfile -------------------------------------------------------------------------------- /7.1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.1/Dockerfile -------------------------------------------------------------------------------- /7.1/apache/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.1/apache/Dockerfile -------------------------------------------------------------------------------- /7.1/fpm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.1/fpm/Dockerfile -------------------------------------------------------------------------------- /7.1/zts/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/7.1/zts/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merorafael/docker-php/HEAD/README.md --------------------------------------------------------------------------------