http://www.php.net/manual/en/function.imagegif.php ->
*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.
http://www.php.net/manual/en/function.imagecreatefromgif.php ->
*Note: * GIF support was removed from the GD library in Version 1.6, and added back in Version 2.0.28. This function is not available between these versions.
Well, that's not the problem.
As noted, I use PHP 4.3.9 which is bundled with GD 2.0.28, which again includes the GIF functions.
And... the functionality itself works fine (the GIF is written to STDOUT correctly, as it should).
The only problem is that the function doesn't seem to clean up, and leaves the temporary file it had created undeleted.
Regards, Steve
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php