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

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 Newsbeitrag

[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

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 include(not_reflecting_employers_views.txt); ? -- PHP Development Mailing