Blogger Information
Blog 16
fans 0
comment 2
visits 13442
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
开启PHP fileinfo扩展--5.4.23
Alan_繁华
Original
1502 people have browsed it

本案例PHP版本为:5.4.23;Linux环境为centos 6.4

1、下载:php-5.4.23.tar.gz文件到/tmp 目录下

2、解压:tar zxvf php-5.4.23.tar.gz

3、找到php/bin/phpize文件,我的实际目录为:/alidata/server/php/bin/phpize

4、cd /tmp/php-5.4.23/ext/fileinfo 目录下

5、配置:PHP ./configure --with-php-config=/alidata/server/php/bin/php-config

6、编译和安装:make && make install

7、编辑php.ini文件:在文件最后加上 extension=fileinfo.so

8、重启php-fpm:service php-fpm restart

9、搞定

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!