From 51c0897c4556b143e98c7d19d94b289b612d3ffb Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 24 Mar 2022 09:18:36 +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 b9bd79d..1e05aad 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ install-php-extensions @fix_letsencrypt | gd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | gearman | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | geoip | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | +| geos[*](#special-requirements-for-geos) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | geospatial | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | gettext | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | gmagick | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -257,7 +258,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 118* +*Number of supported extensions: 119* PS: the pre-installed PHP extensions are excluded from this list. @@ -337,6 +338,7 @@ Some extensions have special requirements: | Extension | Requirements | |---|---| +| 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`). | | pdo_sqlsrv | • Not available in `alpine3.7` docker images
• Not available in `alpine3.8` docker images |