From 4e5f6152b90217f750a0274c19afe8c9f19d52ba Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 8 Feb 2024 15:10:52 +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 a3ec108..f2e44f8 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ install-php-extensions @fix_letsencrypt | recode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | | redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | relay | | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | +| saxon[*](#special-requirements-for-saxon) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | seasclick | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | seaslog | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | shmop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -346,7 +347,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 143* +*Number of supported extensions: 144* PS: the pre-installed PHP extensions are excluded from this list. @@ -442,6 +443,7 @@ Some extensions have special requirements: | parle | Not available in `jessie` docker images | | pdo_sqlsrv | Not available in ARM architectures | | pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) | +| saxon | Not available in `alpine` docker images | | simdjson | • Not available in `jessie` docker images
• Not available in `stretch` docker images | | 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 |