[問題] php4 + gd2 是不是支援 gif 了

看板FreeBSD作者時間21年前 (2004/06/03 00:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
# 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
文章代碼(AID): #10lW4600 (FreeBSD)
文章代碼(AID): #10lW4600 (FreeBSD)