Home > Backend Development > PHP Problem > Solutions not supported by php_fileinfo

Solutions not supported by php_fileinfo

(*-*)浩
Release: 2023-02-26 14:38:02
Original
6309 people have browsed it

Solutions not supported by php_fileinfo

#fileinfo is an extension for php image processing. When the wstmart system is installed, it will detect whether it supports the php_fileinfo extension. If it is not supported, it cannot be downloaded. Step: (Recommended learning: PHP video tutorial)

Solutions not supported by php_fileinfo

At this time you need to check whether there is this expansion package, if Yes, then just write extension=php_fileinfo.dll in php.ini. If this line exists, delete the preceding semicolon.

Solutions not supported by php_fileinfo

#After opening, remember to restart the environment!

The above is the detailed content of Solutions not supported by php_fileinfo. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template