Home  >  Article  >  Backend Development  >  How to install extension tools in php

How to install extension tools in php

PHPz
PHPzOriginal
2020-09-25 16:03:192216browse

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.

How to install extension tools in php

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.php
rrree

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn