Skip to content

Commit

Permalink
PHP 7.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmi committed Dec 5, 2017
1 parent 9f87555 commit 8599ab2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 7.2-rc/fpm/Dockerfile → 7.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-rc-fpm
FROM php:7.2-fpm

LABEL maintainer="Jiří Šimeček <[email protected]>"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 7.2-rc/zts/Dockerfile → 7.2/zts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2-rc-zts
FROM php:7.2-zts

LABEL maintainer="Jiří Šimeček <[email protected]>"

Expand Down
File renamed without changes.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PHP fpm & zts
## Supported tags and respective `Dockerfile` links
* `7.2-rc-fpm` [(7.2-rc/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2-rc/fpm/Dockerfile)
* `7.2-rc-zts` [(7.2-rc/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2-rc/zts/Dockerfile)
* `7.1-fpm`, `7-fpm`, `latest` [(7.1/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/fpm/Dockerfile)
* `7.2-fpm`, `7-fpm`, `latest` [(7.2/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2/fpm/Dockerfile)
* `7.2-zts` [(7.2/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2/zts/Dockerfile)
* `7.1-fpm` [(7.1/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/fpm/Dockerfile)
* `7.1-zts` [(7.1/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/zts/Dockerfile)
* `5.6-fpm`, `5-fpm` [(5.6/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/5.6/fpm/Dockerfile)

Expand All @@ -23,5 +23,4 @@ Please refer to the repo's Wiki to see the [changelog](https://github.com/Shimmi
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](https://github.com/Shimmi/docker-php/tree/v1.2.1)
has locked _pthreads_ to the last commit suitable for PHP 7.1. You are "required" to
upgrade to PHP 7.2. You may try the `shimmi/7.2-rc-zts`, but please note it is a release candidate
and it shall not be used on production servers.
upgrade to PHP 7.2. Please use the `shimmi/7.2-zts`.

0 comments on commit 8599ab2

Please sign in to comment.