From 0414c15e2de1e9bba71f0ee07d874619de3484c7 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 20 Jan 2021 13:49:07 +0000 Subject: [PATCH] [skip ci] Automatically update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb1ff8..c5386fe 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ install-php-extensions @composer-2.0.2 | pdo_oci | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pdo_odbc | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pdo_pgsql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| pdo_sqlsrv | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| pdo_sqlsrv[*](#special-requirements-for-pdo_sqlsrv) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | pgsql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | propro | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | protobuf | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -159,7 +159,7 @@ install-php-extensions @composer-2.0.2 | soap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | sockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | solr | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| sqlsrv | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| sqlsrv[*](#special-requirements-for-sqlsrv) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ssh2 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | swoole | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | sybase_ct | ✓ | ✓ | | | | | | | @@ -244,7 +244,9 @@ Some extension has special requirements: |---|---| | enchant | • Not available in `7.2-alpine3.12` docker images
• Not available in `7.3-alpine3.12` docker images
• Not available in `7.4-alpine3.12` 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`). | +| 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.1-alpine3.9` docker images
• Not available in `7.1-alpine3.10` 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 | | tdlib | • Not available in `alpine3.7` docker images
• Not available in `jessie` docker images |