Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 948 Bytes

File metadata and controls

36 lines (25 loc) · 948 Bytes

wheezy-dd-php5.3-coex-repackager

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.

Build requirements

Installation requirements

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

Usage

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).