hmm better is:

 #if HAVE_LIBGD => 204
                 io_ctx->gd_free(io_ctx);
 #else
                 io_ctx->free(io_ctx);
 #endif

or so, my C is not good my PHP is better :o) :P
or one makes which one ext/gd only with gd2.0.4 install can?

"Electroteque" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> firstly where can i add stuff to the cvs ? i have made a few posts before
> about an issue that hasnt changed , you guys still dont have it patched
>
> #if HAVE_LIBGD204
>                 io_ctx->gd_free(io_ctx);
> #else
>                 io_ctx->free(io_ctx);
> #endif
>
> HAVE_LIBGD204 - this obviously means version 2.0.4 ? i now have 2.0.8 so
of
> course it is going to use   io_ctx->free(io_ctx); instead and break
>
> "Melvyn Sopacua" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On Wed, 11 Dec 2002, Juan Rosero wrote:
> >
> > JR>>> Whenever PHP 4.3.0 is released will it officially support Apache
2?
> >
> > I wasn't aware Apache 2 officially supported a working mpm yet?
> >
> > --
> > With kind regards,
> >
> > Melvyn Sopacua
> > <?php include("not_reflecting_employers_views.txt"); ?>
> >
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to