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.
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.
There is official ppa: https://launchpad.net/~ondrej/+archive/php5
Use ppa instead installing from sources.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With