From 267eea1255c4f12a1cc3b31471e81898e81363d2 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 3 Mar 2020 13:25:40 +0000 Subject: [PATCH] [skip ci] Automatically update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 939408f..7539ab9 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ RUN install-php-extensions gd xdebug | odbc | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | opcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | opencensus | | | ✓ | ✓ | ✓ | ✓ | ✓ | -| parallel | | | | ✓ | ✓ | ✓ | ✓ | +| parallel[*](#special-requirements-for-parallel) | | | | ✓ | ✓ | ✓ | ✓ | | pcntl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pcov | | | ✓ | ✓ | ✓ | ✓ | ✓ | | pdo_dblib | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -100,7 +100,7 @@ RUN install-php-extensions gd xdebug | propro | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | protobuf | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pspell | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| pthreads | ✓ | ✓ | ✓ | | | | | +| pthreads[*](#special-requirements-for-pthreads) | ✓ | ✓ | ✓ | | | | | | raphf | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | rdkafka | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | recode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | @@ -117,7 +117,7 @@ RUN install-php-extensions gd xdebug | sysvmsg | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | sysvsem | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | sysvshm | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| tdlib | | | ✓ | ✓ | ✓ | ✓ | ✓ | +| tdlib[*](#special-requirements-for-tdlib) | | | ✓ | ✓ | ✓ | ✓ | ✓ | | tidy | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | timezonedb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | uopz | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -189,9 +189,9 @@ Some extension has special requirements: | Extension | Requirements | |---|---| -| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). | -| pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). | -| tdlib | • Not available in `alpine3.7` docker images
• Not available in `jessie` docker images | +| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). | +| pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). | +| tdlib | • Not available in `alpine3.7` docker images
• Not available in `jessie` docker images |