[skip ci] Automatically update README.md
parent
3ebe4655c8
commit
b5866847e0
|
@ -76,6 +76,7 @@ install-php-extensions --cleanup gd xdebug
|
||||||
| mysqli | V | V | V | V | V | V |
|
| mysqli | V | V | V | V | V | V |
|
||||||
| odbc | V | V | V | V | V | V |
|
| odbc | V | V | V | V | V | V |
|
||||||
| opcache | V | V | V | V | V | V |
|
| opcache | V | V | V | V | V | V |
|
||||||
|
| parallel | | | V | V | V | V |
|
||||||
| pcntl | V | V | V | V | V | V |
|
| pcntl | V | V | V | V | V | V |
|
||||||
| pcov | | V | V | V | V | V |
|
| pcov | | V | V | V | V | V |
|
||||||
| pdo_dblib | V | V | V | V | V | V |
|
| pdo_dblib | V | V | V | V | V | V |
|
||||||
|
@ -133,6 +134,9 @@ Some extension has special requirements:
|
||||||
<!-- ########################################################### -->
|
<!-- ########################################################### -->
|
||||||
| Extension | Requirements |
|
| Extension | Requirements |
|
||||||
|:---:|:---:|
|
|:---:|:---:|
|
||||||
|
| parallel | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
||||||
|
| Extension | Requirements |
|
||||||
|
|:---:|:---:|
|
||||||
| pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
| pthreads | Requires images with PHP compiled with thread-safety enabled (`zts`). |
|
||||||
<!-- END OF SPECIAL REQUIREMENTS -->
|
<!-- END OF SPECIAL REQUIREMENTS -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue