parent
e3fc02766a
commit
49398bea0f
|
@ -183,6 +183,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| mcrypt | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| mcrypt | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| memcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| memcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| memcached | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| memcached | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
| memprof[*](#special-requirements-for-memprof) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| mongo | ✓ | ✓ | | | | | | | |
|
| mongo | ✓ | ✓ | | | | | | | |
|
||||||
| mongodb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| mongodb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| mosquitto | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
| mosquitto | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
|
||||||
|
@ -255,7 +256,7 @@ install-php-extensions @fix_letsencrypt
|
||||||
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zookeeper | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| zstd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
*Number of supported extensions: 116*
|
*Number of supported extensions: 117*
|
||||||
<!-- 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.
|
||||||
|
@ -335,6 +336,7 @@ Some extensions have special requirements:
|
||||||
<!-- ########################################################### -->
|
<!-- ########################################################### -->
|
||||||
| Extension | Requirements |
|
| Extension | Requirements |
|
||||||
|---|---|
|
|---|---|
|
||||||
|
| <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`). |
|
||||||
| <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-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-pthreads"></a>pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
||||||
|
|
Loading…
Reference in New Issue