dh_php5

debhelper add-on to handle PHP PECL extensions

Install

All systems
curl cmd.cat/dh_php5.sh
Debian Debian
apt-get install dh-php5
Ubuntu
apt-get install php5-dev
Alpine
apk add php5-dev
Windows (WSL2)
sudo apt-get update sudo apt-get install php5-dev
Raspbian
apt-get install dh-php5
Docker
docker run cmd.cat/dh_php5 dh_php5 powered by Commando

dh-php5

debhelper add-on to handle PHP PECL extensions

dh-php5 provides a debhelper sequence add-on named 'php5' and the dh_php5 command. The dh_php5 command adds the appropriate code to the postinst, prerm and postrm maint scripts to properly enable/disable PHP PECL extensions for all available PHP SAPIs.

php5-dev

Files for PHP5 module development

This package provides the files from the PHP5 source needed for compiling additional modules. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.