From b5866847e06f9566942ca11f26dc02a054d86b34 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 11 Oct 2019 06:23:49 +0000 Subject: [PATCH] [skip ci] Automatically update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2fb99e..222ef0e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ install-php-extensions --cleanup gd xdebug | mysqli | V | V | V | V | V | V | | odbc | V | V | V | V | V | V | | opcache | V | V | V | V | V | V | +| parallel | | | V | V | V | V | | pcntl | V | V | V | V | V | V | | pcov | | V | V | V | V | V | | pdo_dblib | V | V | V | V | V | V | @@ -133,6 +134,9 @@ Some extension has special requirements: | Extension | Requirements | |:---:|:---:| +| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). | +| Extension | Requirements | +|:---:|:---:| | pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |