看板FreeBSD
标 题[问题] php4 + gd2 是不是支援 gif 了
发信站云的故乡BBS (Wed Jun 2 08:16:15 2004)
转信站ptt!ctu-reader!news.nctu!MOCSA
# pkg_info | grep gd
gd-2.0.15_1,1 A graphics library for fast creation of images
# pkg_info | grep php
php4-4.3.6_1 PHP Scripting Language (Apache Module and CLI)
#php -r 'var_dump(function_exists("imagegif"));'
bool(true)
#php -r 'var_dump(function_exists("imagecreatefromgif"));'
bool(true)
php manual 有提到两点
1.
Note: Since all GIF support was removed from the GD library in version 1.6,
this function is not available if you are using that version of the GD library.
2.
Only supported in GD versions older than gd-1.6. Read-only GIF support is
available with PHP 4.3.0 and the bundled GD-library.
第二点所提的Read-only是指 ?
--
※ Origin: 云的故乡 <mocsa.twbbs.org>
◆ Push: http://mocsa.twbbs.org/photo
☆ From: dns.kutkai.com