Skip to content

Commit 46eac62

Browse files
committed
Readme note on Pthreads for PHP7.1 update
1 parent b905461 commit 46eac62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ This image adds some extensions that are necessary in most common use cases for
1919
## Changelog
2020
Please refer to the repo's Wiki to see the [changelog](https://github.com/Shimmi/docker-php/wiki/Changelog).
2121

22-
## ZTS threads notice
22+
## PHP7.1 ZTS threads notice
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 in 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.
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.

0 commit comments

Comments
 (0)