[skip ci] Automatically update README.md

pull/49/head
Travis CI 2019-10-11 06:23:49 +00:00
parent 3ebe4655c8
commit b5866847e0
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,7 @@ install-php-extensions --cleanup gd xdebug
| mysqli | V | V | V | V | V | V |
| odbc | 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 |
| pcov | | V | V | V | V | V |
| pdo_dblib | V | V | V | V | V | V |
@ -133,6 +134,9 @@ Some extension has special 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`). |
<!-- END OF SPECIAL REQUIREMENTS -->