Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please refresh your package list

sudo add-apt-repository ppa:ondrej/php

sudo apt-get update

and install php 5.6

sudo apt-get install php5.6

Check if you have the correct version of php installed

php5php -v

Change PHP configuration

...