From 58e34e87969bc946d64e41d914c0c44f427da00a Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 24 Aug 2021 13:58:48 +0000 Subject: [PATCH] [skip ci] Automatically update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4baa9aa..4590d5b 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ install-php-extensions @composer-2.0.2 | dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | -| enchant[*](#special-requirements-for-enchant) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ev | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | event | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | excimer | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -295,7 +295,6 @@ Some extensions have special requirements: | Extension | Requirements | |---|---| -| enchant | • Not available in `7.2-alpine3.12` docker images
• Not available in `7.3-alpine3.12` docker images
• Not available in `7.3-alpine3.13` docker images
• Not available in `7.4-alpine3.12` docker images
• Not available in `7.4-alpine3.13` docker images | | parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). | | pdo_sqlsrv | • Not available in `7.0-alpine3.7` docker images
• Not available in `7.1-alpine3.7` docker images
• Not available in `7.1-alpine3.8` docker images
• Not available in `7.2-alpine3.7` docker images
• Not available in `7.2-alpine3.8` docker images
• Not available in `7.3-alpine3.8` docker images | | pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |