search
HomeBackend DevelopmentPHP ProblemHow to install fileinfo extension in php7

How to install the fileinfo extension for php7: 1. Download and install php7; 2. Enter the PHP7 installation directory and open the configuration file "php.ini"; 3. In the configuration file, add "extension=fileinfo. so;" code and save the file; 4. Restart PHP.

How to install fileinfo extension in php7

The operating environment of this tutorial: CentOS 6 system, PHP version 7.1, Dell G3 computer.

First make sure to install php7, if not, install it:

Download php7 source code

wget https://www.php.net/distributions/php-7.3.9.tar.bz2

Unzip

tar -xvf php-7.3.9.tar.bz2
cd php-7.3.9/ext/fileinfo/

Compile starts

phpize

./configure --with-php-config=/usr/local/php/bin/php-config
 //注意 --with-php-config = php-config文件所在目录
//如果不知道 --with-php-config目录可以通过下面命令获取
whereis php-config

sudo make &&sudo make install

Install the fileinfo extension

Modify the php.ini file

//不管这个文件存在或者不存在
sudo vi /usr/local/php/etc/php.ini 

//写入这句话
extension=fileinfo.so;

Then restart php

Verify whether the installation is successful

Enter the following command to test whether the installation is successful

php -m | grep 'file' 
//执行后出现 fileinfo 则代表成功

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to install fileinfo extension in php7. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.