phpize

Prepare a PHP extension for compiling. More information: <https://www.php.net/manual/install.pecl.phpize>.

Debian Debian
RUN apt-get update && \ apt-get install -y php
Ubuntu
RUN apt-get update && \ apt-get install -y php
Alpine
RUN apk add php
Arch Arch Linux
RUN pacman -S --noconfirm php
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y php
CentOS
RUN yum install -y php-cli
Fedora
RUN dnf install -y php-cli
Raspbian
RUN apt-get update && \ apt-get install -y php
click the source code to copy install phpize on any operating system with command-not-found.com