Skip to content

Commit 8599ab2

Browse files
committed
PHP 7.2!
1 parent 9f87555 commit 8599ab2

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-rc-fpm
1+
FROM php:7.2-fpm
22

33
LABEL maintainer="Jiří Šimeček <jirka@simecek.org>"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2-rc-zts
1+
FROM php:7.2-zts
22

33
LABEL maintainer="Jiří Šimeček <jirka@simecek.org>"
44

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PHP fpm & zts
22
## Supported tags and respective `Dockerfile` links
3-
* `7.2-rc-fpm` [(7.2-rc/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2-rc/fpm/Dockerfile)
4-
* `7.2-rc-zts` [(7.2-rc/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2-rc/zts/Dockerfile)
5-
* `7.1-fpm`, `7-fpm`, `latest` [(7.1/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/fpm/Dockerfile)
3+
* `7.2-fpm`, `7-fpm`, `latest` [(7.2/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2/fpm/Dockerfile)
4+
* `7.2-zts` [(7.2/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.2/zts/Dockerfile)
5+
* `7.1-fpm` [(7.1/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/fpm/Dockerfile)
66
* `7.1-zts` [(7.1/zts/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/7.1/zts/Dockerfile)
77
* `5.6-fpm`, `5-fpm` [(5.6/fpm/Dockerfile)](https://github.com/Shimmi/docker-php/blob/master/5.6/fpm/Dockerfile)
88

@@ -23,5 +23,4 @@ Please refer to the repo's Wiki to see the [changelog](https://github.com/Shimmi
2323
The _pthreads_ library dropped support for PHP 7.1. Due to memory leaks in PHP 7.0 and 7.1
2424
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)
2525
has locked _pthreads_ to the last commit suitable for PHP 7.1. You are "required" to
26-
upgrade to PHP 7.2. You may try the `shimmi/7.2-rc-zts`, but please note it is a release candidate
27-
and it shall not be used on production servers.
26+
upgrade to PHP 7.2. Please use the `shimmi/7.2-zts`.

0 commit comments

Comments
 (0)