> I've instaled and cofigured php4 on WinNT with Apache Web server. > I can't use any fuction of Image manipulation, 'cause I get this error > message: ImageGif: No GIF support in this PHP build > In phpinfo() is listed that: gd lib.> enabled, zlib lib.> enabled. > What do I still miss there?
In the newest version of GD library (think it since about 1.3 or something) does support GIF, because GIF is a commerial image format. Use PNG or JPEG instead. That much better, or find a version with GIF support. You can see what Image formats you GD can use by make a file with follow content: <?php phpinfo(); ?> :o) Regards, Johan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]