Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upgrade PHP-FPM to PHP 5.5 on Ubuntu?

Tags:

php

ubuntu

Now that PHP 5.5.0 is stable, is it possible to update PHP-FPM to use 5.5.0? I use Nginx as my web sever on Ubuntu.

like image 771
anthonycook Avatar asked Jun 29 '13 09:06

anthonycook


People also ask

How upgrade php5 to php7?

Code to Upgrade from PHP5 to PHP7Set error reporting to E_ALL as below. Eg: error_reporting(E_ALL ^ E_STRICT); Solve all the errors including notice errors and deprecated errors. Create an abstraction layer for database operations by using PDO extension as PDO supports multiple databases.


1 Answers

There is official ppa: https://launchpad.net/~ondrej/+archive/php5

Use ppa instead installing from sources.

like image 92
Drummer Hard Avatar answered Sep 20 '22 16:09

Drummer Hard