[skip ci] Automatically update README.md

pull/591/head 1.5.23
Michele Locati 2022-06-11 15:26:01 +00:00
parent aed4f83ba7
commit feec3ecee1
1 changed files with 3 additions and 1 deletions

View File

@ -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 | &bull; Not available in `alpine3.7` docker images<br />&bull; Not available in `alpine3.8` docker images<br />&bull; Not available in `jessie` docker images |
| <a name="special-requirements-for-geos"></a>geos | &bull; Not available in `alpine3.7` docker images<br />&bull; Not available in `alpine3.8` docker images<br />&bull; Not available in `alpine3.9` docker images<br />&bull; Not available in `alpine3.10` docker images | | <a name="special-requirements-for-geos"></a>geos | &bull; Not available in `alpine3.7` docker images<br />&bull; Not available in `alpine3.8` docker images<br />&bull; Not available in `alpine3.9` docker images<br />&bull; 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`) |