diff --git a/README.md b/README.md
index eab406d..30a5387 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ install-php-extensions @fix_letsencrypt
| csv | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ |
| dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| ddtrace[*](#special-requirements-for-ddtrace) | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-| decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+| decimal[*](#special-requirements-for-decimal) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| ev | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -245,7 +245,7 @@ install-php-extensions @fix_letsencrypt
| maxminddb | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| mcrypt | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| memcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-| memcached | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+| memcached[*](#special-requirements-for-memcached) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| memprof[*](#special-requirements-for-memprof) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| mongo | ✓ | ✓ | | | | | | | | |
| mongodb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -415,10 +415,12 @@ Some extensions have special requirements:
| Extension | Requirements |
|---|---|
-| cassandra | • Not available in `jessie` docker images
• Not available in `stretch` docker images
• Not available in `buster` docker images
• Not available in `bullseye` docker images |
+| cassandra | • Not available in `jessie` docker images
• Not available in `stretch` docker images
• Not available in `buster` docker images
• Not available in `bullseye` docker images
• Not available in `bookworm` docker images |
| ddtrace | Not available in `jessie` docker images |
+| decimal | Not available in `bookworm` docker images |
| geos | • Not available in `alpine3.9` docker images
• Not available in `alpine3.10` docker images |
| lz4 | Not available in `jessie` docker images |
+| memcached | Not available in `bookworm` docker images |
| memprof | • Not available in `alpine3.9` docker images
• Not available in `alpine3.10` docker images
• Not available in `alpine3.11` docker images
• Not available in `alpine3.12` docker images
• Not available in `alpine3.13` docker images
• Not available in `alpine3.14` docker images
• Not available in `alpine3.15` docker images |
| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`) |
| parle | Not available in `jessie` docker images |