parent
81a89fe49b
commit
f282c192bd
|
@ -264,6 +264,7 @@ install-php-extensions @fix_letsencrypt
|
|||
| redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| seaslog | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| shmop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| simdjson[*](#special-requirements-for-simdjson) | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| smbclient | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| snappy | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| snmp | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
@ -305,7 +306,7 @@ install-php-extensions @fix_letsencrypt
|
|||
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
||||
*Number of supported extensions: 127*
|
||||
*Number of supported extensions: 128*
|
||||
<!-- END OF EXTENSIONS TABLE -->
|
||||
|
||||
PS: the pre-installed PHP extensions are excluded from this list.
|
||||
|
@ -396,6 +397,7 @@ Some extensions have special requirements:
|
|||
| <a name="special-requirements-for-parle"></a>parle | Not available in `jessie` docker images |
|
||||
| <a name="special-requirements-for-pdo_sqlsrv"></a>pdo_sqlsrv | • Not available in `alpine3.7` docker images<br />• Not available in `alpine3.8` docker images<br />• Not available in ARM architectures |
|
||||
| <a name="special-requirements-for-pthreads"></a>pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`) |
|
||||
| <a name="special-requirements-for-simdjson"></a>simdjson | • Not available in `alpine3.7` docker images<br />• Not available in `alpine3.8` docker images<br />• Not available in `jessie` docker images<br />• Not available in `stretch` docker images |
|
||||
| <a name="special-requirements-for-sodium"></a>sodium | Not available in `jessie` docker images |
|
||||
| <a name="special-requirements-for-sqlsrv"></a>sqlsrv | • Not available in `alpine3.7` docker images<br />• Not available in `alpine3.8` docker images<br />• Not available in `7.1-alpine3.9` docker images<br />• Not available in `7.1-alpine3.10` docker images<br />• Not available in ARM architectures |
|
||||
| <a name="special-requirements-for-tensor"></a>tensor | • Not available in `alpine3.15` docker images<br />• Not available in `alpine3.16` docker images |
|
||||
|
|
Loading…
Reference in New Issue