Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

2.0.0 - PHP 7 box

Compare
Choose a tag to compare
@becw becw released this 10 Nov 23:29
· 98 commits to develop since this release
440979a

Changes

Updates to the palantir/drupalbox release v1.1.0, which supports PHP 7.

Updating existing installations

If you update from the 1.x branch of this project, you will need to destroy and re-create your Vagrant box:

vagrant destroy
vagrant up
  • If you have customized the ansible_system_packages variable in your Vagrantfile, make sure it doesn't contain packages that are specific to PHP 5 (e.g. LDAP)
  • If you are using Solr on your box, you'll need to temporarily disable it (by setting ansible_solr_enabled = false in your Vagrantfile) until the v1.1.1 release of the drupalbox

Project changes

The v0.x releases of the drupalbox, and PHP 5, are supported in the release-1.x branch.