diff --git a/README.md b/README.md index 21082c7..7391864 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ install-php-extensions @fix_letsencrypt | opencensus | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | openswoole | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | | parallel[*](#special-requirements-for-parallel) | | | | ✓ | ✓ | ✓ | ✓ | | | +| parle[*](#special-requirements-for-parle) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pcntl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pcov | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pdo_dblib | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | @@ -298,7 +299,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 120* +*Number of supported extensions: 121* PS: the pre-installed PHP extensions are excluded from this list. @@ -382,6 +383,7 @@ Some extensions have special requirements: | geos | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in `alpine3.9` docker images
• Not available in `alpine3.10` docker images | | memprof | Not available in `alpine` docker images | | parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). | +| parle | Not available in `jessie` docker images | | pdo_sqlsrv | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images | | pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). | | sodium | Not available in `jessie` docker images |