hashbangcode / vlad

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

Fix MySQL and Xdebug issues on 16.04 #371

Closed wizonesolutions closed 7 years ago

wizonesolutions commented 7 years ago

OK. This should fix things reasonably well. I'm not sure if Ubuntu 14.04 even supports PHP 7, or if we even support it in Vlad, but I don't think the cases that match that setup should fail. It'd fail much earlier than that, anyway. PHP 5.5/5.6 should also work on Ubuntu 16.04 now...at least Xdebug for them, assuming we have to fix them...

Only tested for ubuntu16 + 7.0

wizonesolutions commented 7 years ago

Oh wait. One more thing to fix...

wizonesolutions commented 7 years ago

OK. PHP 5.6 was getting default-linked with Apache, which caused some issues. I added a check to remove non-configured PHP versions and their packages. Ready for review.

wizonesolutions commented 7 years ago

btw, @philipnorton42 unrelated but php-uploadprogress would probably be worth adding.

philipnorton42 commented 7 years ago

Thanks for these changes! Really appreciate any input to make the system work with these new/updated components.