PHP fpm & zts
Supported tags and respective Dockerfile links
7.2-fpm,7-fpm,latest(7.2/fpm/Dockerfile)7.2-zts(7.2/zts/Dockerfile)7.1-fpm(7.1/fpm/Dockerfile)7.1-zts(7.1/zts/Dockerfile)5.6-fpm,5-fpm(5.6/fpm/Dockerfile)
Based on the Official PHP Docker image. This image adds some extensions that are necessary in most common use cases for running PHP projects.
Changelog
Please refer to the repo's Wiki to see the changelog.
PHP7.1 ZTS threads notice
The pthreads library dropped support for PHP 7.1. Due to memory leaks in PHP 7.0 and 7.1
they started requiring PHP 7.2. The shimmi/7.1-zts image since version v1.2.1
has locked pthreads to the last commit suitable for PHP 7.1. You are "required" to
upgrade to PHP 7.2. Please use the shimmi/7.2-zts.