From feec3ecee18384d70e2ddfb6bc832c42c9d75062 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 11 Jun 2022 15:26:01 +0000 Subject: [PATCH] [skip ci] Automatically update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f85d268..0e2c23c 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ install-php-extensions @fix_letsencrypt | cmark | | | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | csv | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | | dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| ddtrace[*](#special-requirements-for-ddtrace) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -302,7 +303,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 124* +*Number of supported extensions: 125* PS: the pre-installed PHP extensions are excluded from this list. @@ -383,6 +384,7 @@ Some extensions have special requirements: | Extension | Requirements | |---|---| +| ddtrace | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in `jessie` docker images | | 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`) |