diff --git a/README.md b/README.md index f8a14df..3add52e 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ install-php-extensions @fix_letsencrypt | pdo_sqlsrv | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | pgsql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | php_trie | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | +| phpy[*](#special-requirements-for-phpy) | ✓ | ✓ | ✓ | ✓ | | | | | | | | | | pkcs11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | | | pq | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | propro | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -348,7 +349,7 @@ install-php-extensions @fix_letsencrypt | zookeeper | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -*Number of supported extensions: 146* +*Number of supported extensions: 147* PS: the pre-installed PHP extensions are excluded from this list. @@ -446,6 +447,7 @@ Some extensions have special requirements: | 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 | +| phpy | Not available in `buster` docker images | | 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 |