Centos 下编译安装fileinfo扩展0.why complie fileinfo extension今天有同事要去做功能,发现php当初安装的时候未编译fileinfo扩展但使用pecl install 出现找不到.m4文件等等其他较琐碎的安装失败问题。 所以还是中规中矩的使用phpize来安装扩展"/> Centos 下编译安装fileinfo扩展0.why complie fileinfo extension今天有同事要去做功能,发现php当初安装的时候未编译fileinfo扩展但使用pecl install 出现找不到.m4文件等等其他较琐碎的安装失败问题。 所以还是中规中矩的使用phpize来安装扩展">
Maison > développement back-end > tutoriel php > Centos 下PHP编译安装fileinfo扩展

Centos 下PHP编译安装fileinfo扩展

WBOY
Libérer: 2016-07-29 08:51:05
original
1691 Les gens l'ont consulté

data-id="1190000005058875" data-license="cc">

Centos 下编译安装fileinfo扩展

0.why complie fileinfo extension

今天有同事要去做功能,发现php当初安装的时候未编译fileinfo扩展

但使用pecl install 出现找不到.m4文件等等其他较琐碎的安装失败问题。
所以还是中规中矩的使用phpize来安装扩展吧。

1.检查当前环境

php -i|grep fileinfo
若出现
fileinfo
fileinfo support => enabled
则代表fileinfo扩展可用,否则不可用。

2.安装

2-1:下载

wget -O php-5.6.9.tar.gz http://cn2.php.net/get/php-5.6.9.tar.gz/from/this/mirror

2-2:解压

tar -zxvf php-5.6.9.tar.gz

2-3:进入对应php版本扩展目录(我这是5.6.9版本)

cd /var/php5.6.9/php-5.6.9/ext/fileinfo

2-4:编译&&安装

<code>/usr/local/php/bin/phpize
./configure -with-php-c/local/php/bin/php-config
make && make install
vim /usr/local/php/etc/php.ini
</code>
Copier après la connexion

2-5:修改php.ini

加入:extension=fileinfo.so

需要此篇文章对你有帮助

以上就介绍了Centos 下PHP编译安装fileinfo扩展,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal