PHP exif Extension Method Opening Detailed Explanation

  • 2021-07-10 19:00:10
  • OfStack

Server configuration instructions:

1. Found in the php. ini file; extension=php_exif. dll, remove the preceding semicolon
2. Found in the php. ini file; extension=php_mbstring. dll, remove the preceding semicolon, and move this row before extension=php_exif. dll so that it loads * first.

3. Locate the [exif] paragraph 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


Related articles: