[PHP-DEV] Bug #11637: GD compilation failure with GD1.5 From: mkong <email protected>
Date: 06/24/01

From: mkong <email protected>
Operating system: Linux 6.1 x86
PHP version: 4.0.6
PHP Bug Type: GD related
Bug description: GD compilation failure with GD1.5

This is related to bug 10593. 4.0.6 still failes to compile with GD 1.5. gdImageGifCtx is indeed in the GD lib, that's why HAVE_GD_GIF_CTX is set. But gdImageGifCtx prototype is not available in GD header files, so the compilation fails. I have changed line 1401 to #ifdef HAVE_GD_GIF_CTX_NEVER_WILL_HAPPEN just to get the compilation going.

-- 
Edit Bug report at: http://bugs.php.net/?id=11637&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>