phpize7.3
Files for PHP7.3 module development
Install
- All systems
-
curl cmd.cat/phpize7.3.sh
- Debian
-
apt-get install php7.3-dev
- Ubuntu
-
apt-get install php7.3-dev
- Kali Linux
-
apt-get install php7.3-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php7.3-dev
- Dockerfile
- dockerfile.run/phpize7.3
php7.3-dev
Files for PHP7.3 module development
This package provides the files from the PHP7.3 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.