evolution / wordpress

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

Optional PHP 7 support #167

Closed EvanK closed 7 years ago

EvanK commented 7 years ago

Added a group var php__version_7, disabled by default, that will remove an existing php5 installation (if any) before adding a custom ppa and installing php7 in its place.

Note: PHP 7 does not support the scream pecl extension (normally installed on the local stage), and Suhosin support is still in pre-alpha and so is not stable for production use

Props to @weeirishman for doing most of the leg work here!

EvanK commented 7 years ago

I've successfully tested this:

So....I think we're good here