parent
a73248ed6f
commit
1dc7eb11c2
|
@ -264,6 +264,7 @@ install-php-extensions @fix_letsencrypt
|
|||
| snuffleupagus | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| soap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| sockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| sodium[*](#special-requirements-for-sodium) | | ✓ | ✓ | ✓ | | | | | |
|
||||
| solr | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||
| sourceguardian | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||
| spx | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
@ -297,7 +298,7 @@ install-php-extensions @fix_letsencrypt
|
|||
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
||||
*Number of supported extensions: 119*
|
||||
*Number of supported extensions: 120*
|
||||
<!-- END OF EXTENSIONS TABLE -->
|
||||
|
||||
PS: the pre-installed PHP extensions are excluded from this list.
|
||||
|
@ -383,6 +384,7 @@ Some extensions have special requirements:
|
|||
| <a name="special-requirements-for-parallel"></a>parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
||||
| <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 |
|
||||
| <a name="special-requirements-for-pthreads"></a>pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
||||
| <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 |
|
||||
| <a name="special-requirements-for-tensor"></a>tensor | Not available in `alpine3.15` docker images |
|
||||
| <a name="special-requirements-for-vips"></a>vips | • Not available in `alpine3.7` docker images<br />• Not available in `alpine3.8` docker images<br />• Not available in `alpine3.9` docker images<br />• Not available in `jessie` docker images |
|
||||
|
|
Loading…
Reference in New Issue