Home > Article > Backend Development > How to install extension tools in php
How to install extension tools in php: first open the command window; then download and install the PECL module through the installation management method of PEAR's Package Manager.
Recommended: "PHP Video Tutorial"
php Install the extension management tool pecl
PECL The full name is The PHP Extension Community Library, which is an open PHP extension library repository that is packaged and installed through the PEAR (PHP Extension and Application Repository, PHP Extension and Application Repository) packaging format. PECL modules can be downloaded and installed through the installation management method of PEAR's Package Manager.
curl -o go-pear.php http://pear.php.net/go-pear.phar chmod +x go-pear.php /usr/local/php-7.1.13/bin/php go-pear.phprrree
The above is the detailed content of How to install extension tools in php. For more information, please follow other related articles on the PHP Chinese website!