pecl 輕鬆安裝php擴展

PECL 的全稱是 The PHP Extension Community Library ,是一個開放的並經過 PEAR(PHP Extension and Application Repository,PHP 擴展和應用倉庫)打包格式來打包安裝的 PHP擴展庫倉庫。經過 PEAR 的 Package Manager 的安裝管理方式,能夠對 PECL 模塊進行下載和安裝。來自百度百科php

 

peal安裝linux

 

1.yum erase php-pearpost

2.lua

# rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpmurl

# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
spa

3.yum install --enablerepo=remi --enablerepo=remi-php56 php-pear
code





   

1、查看是否安裝php擴展htm

  pecl search 擴展名稱v8

2、安裝rem

  pecl install 擴展名稱

3、配置php.ini

  添加 extension=擴展名稱

相關文章
相關標籤/搜索