On Mon, Jul 11, 2011 at 11:56 AM, Prasath Ramachandiran
<[email protected]> wrote:
> Hi Friends,
>
> I am using Debian GNU/Linux 5.0, and presently PHP version as 5.2.6.
>
> I wish to upgrade the PHP version from 5.2 to 5.3.  I was tried to upgrade
> the version, but saying PHP has already newest version.
>

Source:
http://www.debiantutorials.com/how-to-install-upgrade-to-php-5-3-on-debian-lenny/


Dotdeb [http://www.dotdeb.org ] provides a repository with PHP 5.3 for
lenny and it's easy to upgrade:

1. Add these lines to the apt sources (pico /etc/apt/sources.list)

deb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable all

2. Download and import the dotdeb key

wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | sudo apt-key add -

3. Update apt and dist-upgrade

apt-get update
apt-get dist-upgrade




-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in

Get CollabNet Subversion Edge :     http://www.collab.net/svnedge
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to