File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.2-rc- fpm
1+ FROM php:7.2-fpm
22
33LABEL maintainer="Jiří Šimeček <jirka@simecek.org>"
44
File renamed without changes.
Original file line number Diff line number Diff line change 1- FROM php:7.2-rc- zts
1+ FROM php:7.2-zts
22
33LABEL maintainer="Jiří Šimeček <jirka@simecek.org>"
44
File renamed without changes.
Original file line number Diff line number Diff line change 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
2323The _ pthreads_ library dropped support for PHP 7.1. Due to memory leaks in PHP 7.0 and 7.1
2424they 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 )
2525has 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 ` .
You can’t perform that action at this time.
0 commit comments