parent
aed4f83ba7
commit
feec3ecee1
|
@ -188,6 +188,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| cmark | | | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
| cmark | | | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
||||||
| csv | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| csv | | | | | | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
| ddtrace[*](#special-requirements-for-ddtrace) | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||||
| decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
@ -302,7 +303,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
*Number of supported extensions: 124*
|
*Number of supported extensions: 125*
|
||||||
<!-- 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.
|
||||||
|
@ -383,6 +384,7 @@ Some extensions have special requirements:
|
||||||
<!-- ########################################################### -->
|
<!-- ########################################################### -->
|
||||||
| Extension | Requirements |
|
| Extension | Requirements |
|
||||||
|---|---|
|
|---|---|
|
||||||
|
| <a name="special-requirements-for-ddtrace"></a>ddtrace | • Not available in `alpine3.7` docker images<br />• Not available in `alpine3.8` docker images<br />• Not available in `jessie` docker images |
|
||||||
| <a name="special-requirements-for-geos"></a>geos | • 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 `alpine3.10` docker images |
|
| <a name="special-requirements-for-geos"></a>geos | • 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 `alpine3.10` docker images |
|
||||||
| <a name="special-requirements-for-memprof"></a>memprof | Not available in `alpine` docker images |
|
| <a name="special-requirements-for-memprof"></a>memprof | Not available in `alpine` 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`) |
|
||||||
|
|
Loading…
Reference in New Issue