I am trying to upgrade my PHP installation on Ubuntu 10.04 LTS but to no success.

I am trying to upgrade from: 5.3.2-1ubuntu4.5 with Suhosin-Patch tot PHP 5.3.3

This:

sudo apt-get install PHP5-cgi PHP5-cli

did not do the job. Any idea's?

link|improve this question

56% accept rate
Fabián Arias backported php 5.3.5. Worked like a charm to get past bug 50670 on my 10.04 machine. – Adam Monsen Mar 6 at 21:58
feedback

2 Answers

up vote 3 down vote accepted

PHP 5.3.3 is not yet available from the Ubuntu repository (as can be seen here), you can download the source and compile manually though. Download the source here.

link|improve this answer
one of the first thing you do after installing an Ubuntu server is adding access to other repository such as Universe! Then you can find all the necessary packages. By default, those are hidden because they are viewed as unnecessary or unsecure. Yet many very useful goodies are in there and perfectly secure. – user53859 Jun 9 '11 at 4:32
feedback

The patch is packaged for Ubuntu as php5-suhosin.

link|improve this answer
Which is not available from the repo... – BloodPhilia Oct 3 '10 at 14:09
I pulled the package from universe today. PHP is 5.3.2, but all the security patches get applied. – BillThor Oct 3 '10 at 23:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.