Volvimos! Pero esta vez es cortito, para esos servidores que teníamos ahí sin actualizar.
Para hacer el Upgrade PHP 5.4 to PHP 5.6 en Debian GNU/Linux 7 (wheezy) agregamos las siguientes lines en /etc/apt/sources.list
deb http://packages.dotdeb.org wheezy-php56 all deb-src http://packages.dotdeb.org wheezy-php56 all sudo apt-get update or sudo apt-get upgrade gpg --keyserver keys.gnupg.net --recv-key 89DF5277 && gpg -a --export 89DF5277 | apt-key add -
Fuentes:
https://caoshost.com/knowledgebase.php?action=displayarticle&id=86
Upgrade PHP 5.4 to PHP 5.6 on Debian GNU/Linux 7 (wheezy)