ID: 20683 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Red Hat Linux 8.0 PHP Version: 4.3.0RC1 New Comment:
Can you please try 4.3.0RC2, this should be fixed: http://qa.php.net Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-27 15:05:14] [EMAIL PROTECTED] THIS BUG IS FOR 4.3.0 RC2, however this was not an option as a PHP Version in both gd_ctx.c and gd.c you can find something like: #if HAVE_LIBGD204 io_ctx->gd_free(io_ctx); #else io_ctx->free(io_ctx); #endif I am using gd-2.0.7 When I try to compile, it fails with the msg: /data/BUILD/php/ext/gd/gd_ctx.c: In function `_php_image_output_ctx': /data/BUILD/php/ext/gd/gd_ctx.c:78: structure has no member named `free' /data/BUILD/php/ext/gd/gd_ctx.c:110: structure has no member named `free' /data/BUILD/php/ext/gd/gd.c: In function `_php_image_type': /data/BUILD/php/ext/gd/gd.c:1156: structure has no member named `free' /data/BUILD/php/ext/gd/gd.c:1163: structure has no member named `free' /data/BUILD/php/ext/gd/gd.c: In function `_php_image_create_from': /data/BUILD/php/ext/gd/gd.c:1345: structure has no member named `free' However when I comment those out and change it to XXX->gd_free(xxx); it compiles like a champ. If you have any questions please feel free to contact me. Timothy M. Crider [EMAIL PROTECTED] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20683&edit=1
