From 6d18123abeae197fea75a8b26d7cf597c5f35543 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 30 Apr 2024 14:24:17 +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 3324b00..eb29b2f 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ install-php-extensions @fix_letsencrypt | vips[*](#special-requirements-for-vips) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | vld | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | wddx | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | +| wikidiff2[*](#special-requirements-for-wikidiff2) | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | xdebug | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | xdiff | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | xhprof | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -347,7 +348,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 145* +*Number of supported extensions: 146* PS: the pre-installed PHP extensions are excluded from this list. @@ -451,6 +452,7 @@ Some extensions have special requirements: | sodium | Not available in `jessie` docker images | | sqlsrv | • Not available in `7.1-alpine3.9` docker images
• Not available in `7.1-alpine3.10` docker images
• Not available in ARM architectures | | vips | • Not available in `alpine3.9` docker images
• Not available in `jessie` docker images | +| wikidiff2 | • Not available in `jessie` docker images
• Not available in `stretch` docker images | ### How do I know which Linux distribution I am using?