From: [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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]