phpize
Prepare a PHP extension for compiling. More information: <https://www.php.net/manual/install.pecl.phpize>.
Install
- All systems
-
curl cmd.cat/phpize.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-cli - Fedora
-
dnf install php-cli - 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/phpize phpizepowered by Commando
Prepare a PHP extension for compiling. More information: <https://www.php.net/manual/install.pecl.phpize>.
-
Prepare the PHP extension in the current directory for compiling:
phpize -
Delete files previously created by phpize:
phpize --clean
© tl;dr; authors and contributors