Here is a link to help you update the current PHP version on 10.04 LTS to a newer version.
If you're running PRESSFLOW or Drupal 6 I would recommended updating to some issues regarding node_save() / clone object issues with PHP versions below 5.3.5....
Here is a packaged way or compile from source for very latest :
First add the following lines to the
/etc
/apt
/sources
.list.d
/php5
-ppa
.list file using your favourite editor
.
deb
<a href
="http://ppa.launchpad.net/nginx/php5/ubuntu" title
="http://ppa.launchpad.net/nginx/php5/ubuntu">http
://ppa.launchpad.net/nginx/php5/ubuntu</a> maverick main
deb
-src
<a href
="http://ppa.launchpad.net/nginx/php5/ubuntu" title
="http://ppa.launchpad.net/nginx/php5/ubuntu">http
://ppa.launchpad.net/nginx/php5/ubuntu</a> maverick main
Then run the following command to add a
key for the newly added repositories
:
sudo apt
-key adv
--recv
-keys
--keyserver keyserver
.ubuntu
.com 00A6F0A3C300EE8C
After that you can update Ubuntu
's software and upgrade PHP:
aptitude update
aptitude full-upgrade
http://askubuntu.com/questions/56933/php-upgrades-from-5-3-2-to-5-3-6
Post new comment