parent
71ecd5d0ba
commit
2604088666
|
@ -285,6 +285,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| pdo_sqlsrv | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
| pdo_sqlsrv | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
||||||
| pgsql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| pgsql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| php_trie | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | |
|
| php_trie | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | |
|
||||||
|
| phpy[*](#special-requirements-for-phpy) | ✓ | ✓ | ✓ | ✓ | | | | | | | | |
|
||||||
| pkcs11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | |
|
| pkcs11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | |
|
||||||
| pq | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
| pq | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
||||||
| propro | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| propro | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
@ -348,7 +349,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| zookeeper | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zookeeper | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
*Number of supported extensions: 146*
|
*Number of supported extensions: 147*
|
||||||
<!-- END OF EXTENSIONS TABLE -->
|
<!-- END OF EXTENSIONS TABLE -->
|
||||||
|
|
||||||
PS: the pre-installed PHP extensions are excluded from this list.
|
PS: the pre-installed PHP extensions are excluded from this list.
|
||||||
|
@ -446,6 +447,7 @@ Some extensions have special requirements:
|
||||||
| <a name="special-requirements-for-memprof"></a>memprof | • Not available in `alpine3.9` docker images<br />• Not available in `alpine3.10` docker images<br />• Not available in `alpine3.11` docker images<br />• Not available in `alpine3.12` docker images<br />• Not available in `alpine3.13` docker images<br />• Not available in `alpine3.14` docker images<br />• Not available in `alpine3.15` docker images |
|
| <a name="special-requirements-for-memprof"></a>memprof | • Not available in `alpine3.9` docker images<br />• Not available in `alpine3.10` docker images<br />• Not available in `alpine3.11` docker images<br />• Not available in `alpine3.12` docker images<br />• Not available in `alpine3.13` docker images<br />• Not available in `alpine3.14` docker images<br />• Not available in `alpine3.15` docker images |
|
||||||
| <a name="special-requirements-for-parallel"></a>parallel | Requires images with PHP compiled with thread-safety enabled (`zts`) |
|
| <a name="special-requirements-for-parallel"></a>parallel | Requires images with PHP compiled with thread-safety enabled (`zts`) |
|
||||||
| <a name="special-requirements-for-parle"></a>parle | Not available in `jessie` docker images |
|
| <a name="special-requirements-for-parle"></a>parle | Not available in `jessie` docker images |
|
||||||
|
| <a name="special-requirements-for-phpy"></a>phpy | Not available in `buster` docker images |
|
||||||
| <a name="special-requirements-for-pthreads"></a>pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) |
|
| <a name="special-requirements-for-pthreads"></a>pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) |
|
||||||
| <a name="special-requirements-for-saxon"></a>saxon | Not available in `alpine` docker images |
|
| <a name="special-requirements-for-saxon"></a>saxon | Not available in `alpine` docker images |
|
||||||
| <a name="special-requirements-for-simdjson"></a>simdjson | • Not available in `jessie` docker images<br />• Not available in `stretch` docker images |
|
| <a name="special-requirements-for-simdjson"></a>simdjson | • Not available in `jessie` docker images<br />• Not available in `stretch` docker images |
|
||||||
|
|
Loading…
Reference in New Issue