parent
7b90733885
commit
b84f0fb1c9
|
@ -339,6 +339,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| xlswriter | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
| xlswriter | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
||||||
| xmldiff | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| xmldiff | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| xmlrpc | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| xmlrpc | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
| xpass[*](#special-requirements-for-xpass) | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | | | |
|
||||||
| xsl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| xsl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| yac | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
| yac | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
||||||
| yaml | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| yaml | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
@ -349,7 +350,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| zookeeper | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zookeeper | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
*Number of supported extensions: 147*
|
*Number of supported extensions: 148*
|
||||||
<!-- 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.
|
||||||
|
@ -455,6 +456,7 @@ Some extensions have special requirements:
|
||||||
| <a name="special-requirements-for-sqlsrv"></a>sqlsrv | • Not available in `7.1-alpine3.9` docker images<br />• Not available in `7.1-alpine3.10` docker images |
|
| <a name="special-requirements-for-sqlsrv"></a>sqlsrv | • Not available in `7.1-alpine3.9` docker images<br />• Not available in `7.1-alpine3.10` docker images |
|
||||||
| <a name="special-requirements-for-vips"></a>vips | • Not available in `alpine3.9` docker images<br />• Not available in `jessie` docker images |
|
| <a name="special-requirements-for-vips"></a>vips | • Not available in `alpine3.9` docker images<br />• Not available in `jessie` docker images |
|
||||||
| <a name="special-requirements-for-wikidiff2"></a>wikidiff2 | • Not available in `jessie` docker images<br />• Not available in `stretch` docker images |
|
| <a name="special-requirements-for-wikidiff2"></a>wikidiff2 | • Not available in `jessie` docker images<br />• Not available in `stretch` docker images |
|
||||||
|
| <a name="special-requirements-for-xpass"></a>xpass | Not available in `buster` docker images |
|
||||||
<!-- END OF SPECIAL REQUIREMENTS -->
|
<!-- END OF SPECIAL REQUIREMENTS -->
|
||||||
|
|
||||||
### How do I know which Linux distribution I am using?
|
### How do I know which Linux distribution I am using?
|
||||||
|
|
Loading…
Reference in New Issue