码迷,mamicode.com
首页 > Web开发 > 详细

开启PHP exif扩展方法详解

时间:2014-07-26 00:57:16      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:http   文件   io   re   c   linux   htm   服务器   

服务器配置说明:

1.在php.ini文件中找到;extension=php_exif.dll,去掉前面的分号
2.在php.ini文件中找到;extension=php_mbstring.dll,去掉前面的分号,并将此行移动到extension=php_exif.dll之前,使之首先加载*。

3.找到[exif]段,把下面语句的分号去掉。

;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

http://www.111cn.net/phper/linux-php/64277.htm 开启PHP exif扩展方法详解

开启PHP exif扩展方法详解,布布扣,bubuko.com

开启PHP exif扩展方法详解

标签:http   文件   io   re   c   linux   htm   服务器   

原文地址:http://www.cnblogs.com/phpfans2012/p/3868501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!