看板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