evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

mbstring package missing for PHP7 #172

Closed weeirishman closed 7 years ago

weeirishman commented 7 years ago

mbstring seems to be a common requirement for various Composer packages but the php7 version of the package isn't part of the PHP7 upgrade. My bad, I missed this one.

sudo apt-get install php7.1-mbstring should be part of the upgrade process.

EvanK commented 7 years ago

It looks like there are a few other packages that ubuntu's stock php5 comes with that are not installed by default from the php7 ppa:

While it's unlikely that wordpress core needs any of these, I'm leaning toward explicitly installing them anyway to maintain parity