Home  >  Article  >  Backend Development  >  Detailed explanation of opening PHP exif extension method_PHP tutorial

Detailed explanation of opening PHP exif extension method_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:21:53846browse

Detailed explanation on how to enable the PHP exif extension method

This section mainly introduces how to enable the PHP exif extension method, mainly on modifying the php.ini file

Server configuration instructions:

1. Find extension=php_exif.dll in the php.ini file and remove the semicolon in front of it

2. Find;extension=php_mbstring.dll in the php.ini file, remove the preceding semicolon, and move this line before extension=php_exif.dll so that it is loaded first*.

3. Find the [exif] section and remove the semicolon from the following statement.

;exif.encode_unicode = ISO-8859-15

;exif.decode_unicode_motorola = UCS-2BE

;exif.decode_unicode_intel = UCS-2LE

;exif.encode_jis =

;exif.decode_jis_motorola = JIS

;exif.decode_jis_intel = JIS

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/852825.htmlTechArticleDetailed explanation of how to enable the PHP exif extension method. This section mainly introduces how to enable the PHP exif extension method, mainly for php.ini Server configuration instructions for modifying the file: 1. Found in the php.ini file;...
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