php-config
Files needed for building PHP extensions
Install
- All systems
-
curl cmd.cat/php-config.sh
- Debian
-
apt-get install php - Ubuntu
-
apt-get install php -
Alpine
-
apk add php - Arch Linux
-
pacman -S php - Kali Linux
-
apt-get install php - CentOS
-
yum install php-devel - Fedora
-
dnf install php-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install php - OS X
-
brew install php - Raspbian
-
apt-get install php - Docker
-
docker run cmd.cat/php-config php-configpowered by Commando
php-devel
Files needed for building PHP extensions
php
PHP is an HTML-embedded scripting language. PHP attempts to make
it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module (often referred to as mod_php) which adds support for the PHP language to Apache HTTP Server.