visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

add missing site health extensions #154

Closed dsifford closed 5 years ago

dsifford commented 5 years ago

WordPress 5.2 now comes with a "Site Health" feature. Currently, this feature prints out a warning due to the fact that the image didn't have bcmath or imagick PHP extensions installed.

This PR installs and enables those extensions, which fixes those warnings.

Let me know if you have any questions.

Ping: @karellm