Date: 06/24/01
- Next message: uhl <email protected>: "[PHP-DEV] Bug #11612 Updated: php_include completely non-functional"
- Previous message: Zak Greant: "Re: [PHP-DEV] is_scalar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: uhl <email protected>: "[PHP-DEV] Bug #11612 Updated: php_include completely non-functional"
- Previous message: Zak Greant: "Re: [PHP-DEV] is_scalar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

