码迷,mamicode.com
首页 > Web开发 > 详细

ubuntu 安装php 扩展和查看扩展包

时间:2017-08-13 16:29:42      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:mcr   工具   查看   软件包   alt   信息   curl   gd库   url   

利用ubuntu的软件包下载、安装工具:apt-get

输入下面的命令即可安装 php扩展库mcrypt、curl、gd库、mbstring、simplexml、

apt-get install php-mcrypt;
apt-get install php-curl;
apt-get install php-gd; 
apt-get install php-mbstring;
apt-get install php-simplexml;
 
php 查看 php扩展包 php -m 然后具体可以通过管道grep进行搜索了
 
php --ini  查看php cli 命令行的路径信息

ubuntu 安装php 扩展和查看扩展包

标签:mcr   工具   查看   软件包   alt   信息   curl   gd库   url   

原文地址:http://www.cnblogs.com/likwo/p/7353573.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!