I just downloaded the development release of Drupal8 for testing purpose. When I try to install it shows the following error:
Your PHP installation is too old. Drupal requires at least PHP 5.3.10.
My current php version is 5.3.8. How do I make update only to php? Or do I need to update mysql also?
sudo apt-get update && sudo apt-get upgrade
? – Alvar May 10 '13 at 01:16