Skip to content

vccw-team/change-php-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Change PHP version for the VCCW

It is a simple shell script that installs any version of PHP you need.

How to use

Place the provision-post.sh into your VCCW directory. Following example is installing the PHP 5.6. You can choose PHP version 5.6 or 7.2 or so.

#! /usr/bin/env bash

set -ex

curl https://raw.githubusercontent.com/vccw-team/change-php-version/master/run.sh | bash -s -- 5.6

Then run:

$ vagrant up

Or

$ vagrant provision

About

Installs any version that you need of the PHP into the VCCW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages