How can I replace PHP 5.3 with PHP 5.5 on Ubuntu 12.04? I searched with Google and failed to find a repository.
Asked
Active
Viewed 3.0k times
7
-
1There is not a stable php 5.5 yet. – Radu Rădeanu Jun 17 '13 at 10:48
-
How to setup latest version of PHP 5.5 on Ubuntu 12.04 LTS with 3 simple bash commands – Sliq Aug 22 '13 at 19:29
2 Answers
14
You can use my PPA with PHP 5.5: https://launchpad.net/~ondrej/+archive/php5

oerdnj
- 7,940
-
-
Yes, there are still couple of missing extensions which I will provide in due time, and it also needs newer Apache 2.4 (also included), but I would say that the repository is in good shape. – oerdnj Jun 22 '13 at 06:11
1
I could not find PPA for 5.5 (and rightly so) so I think either you wait or build it yourself. Instruction to build yourself are found here However, if you like, few PPAs for PHP 5.4 exists if that can be compromise.
Checkout these:
https://launchpad.net/~ondrej/+archive/php5
https://launchpad.net/~nathan-renniewaldock/+archive/ppa
*EDIT*
The ppa:ondrej/php5 now contains PHP 5.5. PHP 5.4 has been moved to ppa:ondrej/php5-oldstable. So you have what you want!

Stefano Mtangoo
- 2,780
-
2JFTR The ppa:ondrej/php5 now contains PHP 5.5. PHP 5.4 has been moved to ppa:ondrej/php5-oldstable. – oerdnj Jul 30 '13 at 14:49