|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-27 15:06 UTC] derick@php.net
[2002-11-27 15:08 UTC] tim at timcrider dot com
[2002-11-27 15:11 UTC] derick@php.net
[2002-11-27 15:51 UTC] iliaa@php.net
[2002-11-27 16:14 UTC] tim at timcrider dot com
[2002-11-27 16:37 UTC] tim at timcrider dot com
[2002-11-27 16:43 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 15 08:00:02 2026 UTC |
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 tim@timcrider.com