Shimmi / docker-php

A PHP fpm & zts images with extra extensions that should suite most needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP fpm & zts

Supported tags and respective Dockerfile links

dockeri.co

GitHub issues GitHub stars

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.

About

A PHP fpm & zts images with extra extensions that should suite most needs.