From f282c192bd5e2a21afb076547834b93b8ec830f8 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 1 Oct 2022 20:16:16 +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 5748bed..612ad2c 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ install-php-extensions @fix_letsencrypt | redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | seaslog | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | shmop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| simdjson[*](#special-requirements-for-simdjson) | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | smbclient | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | snappy | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | snmp | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -305,7 +306,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 127* +*Number of supported extensions: 128* PS: the pre-installed PHP extensions are excluded from this list. @@ -396,6 +397,7 @@ Some extensions have special requirements: | parle | Not available in `jessie` docker images | | pdo_sqlsrv | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in ARM architectures | | pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) | +| simdjson | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in `jessie` docker images
• Not available in `stretch` docker images | | sodium | Not available in `jessie` docker images | | sqlsrv | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images
• Not available in `7.1-alpine3.9` docker images
• Not available in `7.1-alpine3.10` docker images
• Not available in ARM architectures | | tensor | • Not available in `alpine3.15` docker images
• Not available in `alpine3.16` docker images |