parent
b3c1b1fe66
commit
58e34e8796
|
@ -124,7 +124,7 @@ install-php-extensions @composer-2.0.2
|
||||||
| dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| dba | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| decimal | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
| ds | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
||||||
| enchant[*](#special-requirements-for-enchant) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| enchant | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| ev | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| ev | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| event | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| event | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
| excimer | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| excimer | | | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
@ -295,7 +295,6 @@ Some extensions have special requirements:
|
||||||
<!-- ########################################################### -->
|
<!-- ########################################################### -->
|
||||||
| Extension | Requirements |
|
| Extension | Requirements |
|
||||||
|---|---|
|
|---|---|
|
||||||
| <a name="special-requirements-for-enchant"></a>enchant | • Not available in `7.2-alpine3.12` docker images<br />• Not available in `7.3-alpine3.12` docker images<br />• Not available in `7.3-alpine3.13` docker images<br />• Not available in `7.4-alpine3.12` docker images<br />• Not available in `7.4-alpine3.13` 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 `7.0-alpine3.7` docker images<br />• Not available in `7.1-alpine3.7` docker images<br />• Not available in `7.1-alpine3.8` docker images<br />• Not available in `7.2-alpine3.7` docker images<br />• Not available in `7.2-alpine3.8` docker images<br />• Not available in `7.3-alpine3.8` docker images |
|
| <a name="special-requirements-for-pdo_sqlsrv"></a>pdo_sqlsrv | • Not available in `7.0-alpine3.7` docker images<br />• Not available in `7.1-alpine3.7` docker images<br />• Not available in `7.1-alpine3.8` docker images<br />• Not available in `7.2-alpine3.7` docker images<br />• Not available in `7.2-alpine3.8` docker images<br />• Not available in `7.3-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