欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

解决TP3.2的GIF缩略图生成失败

程序员文章站 2024-01-26 10:20:04
...
解决GIF缩略图生成失败(ThinkPHP 3.2 在 PHP5.3.3以上版本)
\ThinkPHP\Library\Think\Image\Driver\Gd.class.php LINE: 128
原因:
GIF.class.php中GIFEncoder和GIFDecoder的构造函数使用类名没有使用__construct,改为__construct就正常了。
错误原因如下:As of PHP 5.3.3, methods with the same name as the last element of a namespaced class name will no longer be treated as constructor. This change doesn't affect non-namespaced classes.

为方便大家,特提供一个修改好的文件供大家下载!
大家将附件压缩包中的文件 GIF.class.php 解压覆盖到 ThinkPHP库中,
具体位置:
ThinkPHP\Library\Think\Image\Driver\GIF.class.php

解决TP3.2的GIF缩略图生成失败 GIF.class.zip ( 3.84 KB 下载:215 次 )

AD:真正免费,域名+虚机+企业邮箱=0元