Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread Peter Neuman
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 Newsbei

Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread electroteque
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 vers

Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-11 Thread Melvyn Sopacua
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 Development Mailing List To unsubscribe, visit

[PHP-DEV] Re: PHP 4.3.0RC3

2002-12-11 Thread Juan Rosero
Whenever PHP 4.3.0 is released will it officially support Apache 2? Thank you, Juan "Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > PHP 4.3.0RC3 is out. Please download it from http://qa.php.net/ and > test. This is the last release candidate