hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

PHP 7 support #328

Open wizonesolutions opened 8 years ago

wizonesolutions commented 8 years ago

@philipnorton42 follow-up to https://github.com/hashbangcode/vlad/issues/242, since PHP 7 has been out for a bit now.

philipnorton42 commented 8 years ago

Yes. Time to get my arse in gear and include support for PHP7 :+1:

wizonesolutions commented 8 years ago

poke :)

wizonesolutions commented 7 years ago

Hmm, you still need help with this? Any pointers on what I have to change?

Benjen commented 7 years ago

Given that Ubuntu 16.04 includes PHP 7 by default, it would be great if VLAD could be updated to support it.

philipnorton42 commented 7 years ago

Help on this would be great. I've been busy doing work related things for the past few months and so haven't had the time I would like to devote to the project.

As for a place to start the PHP role (at vlad_guts/playbooks/roles/php) is probably the best bet here. Ubuntu 16.04 is an TLS release it's probably a good idea to support that as well. Although that might be a different issue here. Maybe...

philipnorton42 commented 7 years ago

I have added the ability to provision the box with PHP7. I've not tested this yet as I've been concentrating on getting the core PHP 5.6 build stable. I would appreciate some input on the current dev branch if anyone has time. I'll keep plugging away on getting things usable.