Experimental PHP 5.4 packages for Debian/Ubuntu
Posted on: 09/29/2011 05:23 PM
Experimental packages of PHP 5.4 for both Debian Squeeze and Ubuntu Natty are available over the damz.org repo
Experimental PHP 5.4 packages for Debian/Ubuntu
Instructions
Fetch the signing key:
curl
http://apt.damz.org/key.gpg
| sudo apt-key add -
Then update your source list:
# Debian Squeeze
deb
http://apt.damz.org/debian
squeeze php54
# Ubuntu Natty
deb
http://apt.damz.org/ubuntu
natty php54
And as usual:
apt-get update
apt-get install php5 php5-cgi libapache2-mod-php5 ...
Printed from Linux Compatible (
http://www.linuxcompatible.org/news/story/experimental_php_5_4_packages_for_debianubuntu.html
)