PHP not upgraded with ubuntu 14.04

Hi,

I've just upgraded my linode to Ubuntu 14.04 with the main intention of upgrading php to 5.5.9 so I could run Drupal 8.

However, my linode tells me it's still using PHP 5.3.10

What's the best way of upgrading PHP to 5.5.9 manually?

Thanks

2 Replies

Ubuntu 14.04 (Trusty Tahr) includes PHP 5.5.9 whether you are running it as an Apache module (libapache2-mod-php5) or using FPM (php5-fpm). If you create a test web page with phpinfo(); then what version are you seeing?

dpkg -l | grep php

Should show you which PHP packages are installed, along with their version number.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct