How to install extension tools in php

PHPz
Release: 2023-03-05 22:56:01
Original
2231 people have browsed it

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
Copy after login
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!

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template