From: [EMAIL PROTECTED]
Operating system: Linux Redhat 7.1 2.4.2
PHP version: 4.0.5
PHP Bug Type: GD related
Bug description: ImageType() && IMG_GIF & GD 1.8.4
Trying:
if (ImageTypes() && IMG_GIF) {
echo 'GIFS enabled';
$im = imagecreatefromgif('img.gif');
}
Still works with GD library that does not support GIFS
producing 'Warning: ImageCreateFromGif: No GIF support in
this PHP build' - it should not have got that far!
'./configure' '--with-mysql=/usr/local/mysql'
'--enable-track-vars' '--enable-safe-mode'
'--with-apxs=/usr/local/apache/bin/apxs'
'--with-zlib=/usr/local/lib' '--with-gd'
'--with-gd-dir=/usr' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr/local' '--enable-shared'
'--with-sablot=/usr/local'
'--enable-sablot-errors-descriptive' '--with-xml'
'--no-create' '--no-recursion'
--
Edit Bug report at: http://bugs.php.net/?id=11834&edit=1
--
PHP Development 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]