- [EMAIL PROTECTED] (Antoine): > See my comment at the end. It seems several PHP versions are plagued > by this problem. I'd like to find a way to circumvent it, because > we need our program to work with all PHP & GD versions. Unfortunately > the fact that a fatal error is yielded when calling imagecreatetruecolor > with the wrong GD version makes it seemingly impossible. > > Does anybody have an answer to this ? > > (note : another bug seems identical : http://bugs.php.net/bug.php?id=16002)
As the post says, this was fixed in CVS at the time. The change should be available in PHP 4.3.x, where the functions availbility could be checked with functions_exists(). There is also a function named gd_info() which provides version information in PHP 4.3.x. Prior to this I think you'll have to create something which parses the output from phpinfo() for more information. For further assistance on that, contact [EMAIL PROTECTED] -- mats -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php