If you use php web applications then your know a lot are now demanding to be updated to php 5.4 or higher. To do this in Ubuntu 12.04LTS simply do the following…
If you haven’t already used ppa then you will have to first install python software properties, make sure you’re the root user… ( sudo bash )
apt-get install python-software-properties
PHP 5.4.x run:
add-apt-repository ppa:ondrej/php5-oldstable
PHP 5.5.x run:
add-apt-repository ppa:ondrej/php5
Once you’ve added the repo simply update and upgrade current packages & distribution packages with one simple command :)
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
Published by

Miguel
I am a bilingual Network Engineer with over 20 years of professional experience in computer science and information technology. I am the founder and operator of Web Semantics, based in Vancouver, Washington, where I design, secure, and manage enterprise-grade infrastructure for small and mid-sized businesses across the West Coast. I provide bilingual IT support in English and Spanish, specializing in network architecture, systems engineering, security, and operational resilience.
Soy un ingeniero de redes bilingüe con más de 20 años de experiencia profesional en ciencias de la computación y tecnología de la información. Soy fundador y operador de Web Semantics, con sede en Vancouver, Washington, donde diseño, protejo y administro infraestructura empresarial para pequeñas y medianas empresas en la costa oeste. Ofrezco soporte de IT bilingüe en inglés y español, con especialización en arquitectura de redes, ingeniería de sistemas, seguridad y resiliencia operativa.View all posts by Miguel