pecl安裝php擴展

Pecl全稱The PHP Extension Community Library,php社區擴展庫,由社區編寫,維護。php

使用pecl方便之處在於咱們不用處處找源碼包下載編譯,配置,不用手動phpize,configure,make,make install,自動識別模塊安裝路徑,測試

咱們只須要編輯php.ini配置文件開啓擴展,固然咱們也須要本身配置一些參數的時候能夠先下載源碼再構建ui

 

安裝peclspa

Aptcode

sudo apt  install php-dev php-pear autoconf  automake  libtool  -y

Yumblog

sudo yum install php-dev php-pear autoconf,automake,libtool  -y 
 
pecl經常使用命令
build 從C的源碼中構建擴展 install 安裝一個包,步驟包含(configure,make,make install) download 下載源碼包 list-all 列出所有包 run-tests 運行測試(make test) 
引用:https://www.myfreax.com/install-the-php-extension-with-pecl/
相關文章
相關標籤/搜索