Dirty, dirty scripts to re-package Dotdeb PHP 5.3 (Squeeze release) for Debian Wheezy. The resulting package is also able to coexist with another PHP package from the official Debian repository or dotdeb.org.
To install the resulting package you need to have Debian Squeeze repository and Dotdeb Wheezy repository activated:
/etc/apt/sources.list:
...
deb http://ftp.cz.debian.org/debian/ squeeze main
deb http://packages.dotdeb.org wheezy all
After installation, the following executables will be available:
- php53
- php53-cgi
- php53-fpm
When using fpm or cgi variant, you currently have to set the right config file and scan directory your self (look into scripts/php53 wrapper to see how).