I am using Ubuntu 10.04. And I want to upgraded my php version. When i am upgrading my PHP version(5.3.2 to 5.3.6) but After every updation Its show PHP version 5.3.2..
Edit:: I have checked "Ubuntu repository", PHP 5.3.6 is not avalable. :(
|
I am using Ubuntu 10.04. And I want to upgraded my php version. When i am upgrading my PHP version(5.3.2 to 5.3.6) but After every updation Its show PHP version 5.3.2.. Edit:: I have checked "Ubuntu repository", PHP 5.3.6 is not avalable. :( | |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
First add the following lines to the
Then run the following command to add a key for the newly added repositories:
After that you can update Ubuntu's software and upgrade PHP:
| |||
|
feedback
|
|
check this: http://www.omaroid.com/installing-lamp-with-php-5-3-6-on-ubuntu-11-04-natty-narwhal/ Kev, The part that says: use this repository:
| ||||
feedback
|
|
Unfortunately I believe you have to install PHP from source in order to get the latest version. You can get the file from php.net, and essentially follow their installation guide from their manual. | |||
|
feedback
|