Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20613 invoked from network); 13 Mar 2003 17:31:53 -0000 Received: from unknown (HELO cs78146114.pp.htv.fi) (62.78.146.114) by pb1.pair.com with SMTP; 13 Mar 2003 17:31:53 -0000 Received: from localhost (jani@localhost) by cs78146114.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h2DHVk222430; Thu, 13 Mar 2003 19:31:48 +0200 X-Authentication-Warning: cs78146114.pp.htv.fi: jani owned process doing -bs Date: Thu, 13 Mar 2003 19:31:44 +0200 (EET) Sender: jani@cs78146114.pp.htv.fi Reply-To: Jani Taskinen To: Edin Kadribasic cc: internals@lists.php.net In-Reply-To: <012e01c2e95f$bfdecd90$3600000a@intra.proventum.net> Message-ID: References: <012e01c2e95f$bfdecd90$3600000a@intra.proventum.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Win32 issues prior to 4.3.2 release From: sniper@iki.fi (Jani Taskinen) On Thu, 13 Mar 2003, Edin Kadribasic wrote: >GD build with gdlib 1.x is broken. You can see the compile log for >details: > >http://snaps.php.net/win32/compile-STABLE.log Drop the gdlib 1.x support. Having 2 php_gd.dll's there just adds confusion. Someone already reported a bug about it too when he was using the 1.x version and some function was missing which is in gd2 only. >Also what's the status on apache2 support. Is filter obsoleted by >handler? Handler needs to be fixed for win32 platform. If we're Yes, filter is obsoleted by handler. (latter actually works) >going to ship both handler and filter we need to chose a filename >for the handler. The filter has so far being shipped as >php4apache2.dll. I don't think we need to ship it for win32 anymore. Just remove the filter build altogether and replace it with the handler. --Jani