I'm trying to update php from 5.4 to 5.6 for debian wheezy server
I was able to do it for php but I'm not sure about i-mscp function ngix server.
Becasue when I update distrubition, I think I made some mistake / error and all server stop working
So can someone help me with right info?
Here what I did (find) and works for upgrade php 5.4 to 5.6, but I'm sure I miss some more update...
1.Add the main repository to your /etc/apt/sources.list file
deb http://packages.dotdeb.org wheezy all
deb-src http://packages.dotdeb.org wheezy all
2.then I addedo also
deb http://packages.dotdeb.org wheezy-php56 all
deb-src http://packages.dotdeb.org wheezy-php56 all
3.Fetch and install the GnuPG key
wget https://www.dotdeb.org/dotdeb.gpg
sudo apt-key add dotdeb.gpg
Last
apt-get update
apt-get install php5
And all seems to be ok;
php info say 5.6
But when I performed apt-get update / upgrade I had about 10 package that dosnt upgrade.
So when I try
Server and I-mscp panel ko
Any help appreciated