Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58240 invoked by uid 1010); 18 Aug 2005 13:37:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58223 invoked from network); 18 Aug 2005 13:37:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2005 13:37:00 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:3047] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A7/B6-33075-BFE84034 for ; Thu, 18 Aug 2005 09:37:00 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 2BE247ED56; Thu, 18 Aug 2005 15:36:56 +0200 (CEST) Message-ID: <43048EF7.6090700@emini.dk> Date: Thu, 18 Aug 2005 15:36:55 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pierre-Alain Joye Cc: internals@lists.php.net References: <20050818152846.59fb387b.pierre@dotgeek.org> In-Reply-To: <20050818152846.59fb387b.pierre@dotgeek.org> X-Enigmail-Version: 0.92.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ext/gd, cleanup, iirc From: edink@emini.dk (Edin Kadribasic) Pierre-Alain Joye wrote: > Hello, > > This is a last warning before I cleanup the GD in HEAD. > > The cleanup consists of: > > * Drop Freetype 1 support > > * Drop GD1 support > > * Remove functions getting deprecated by the precendent 2 points This sounds fine. > * bump the minimum version of the required libs (I left zlib to the > base dependency as it is used anywhere). > > - libpng, 1.2.8 > - libjpeg 6b3x > - freetype 2.1.10 I say we do not have to require the latest and the greatest libs. Just require the latest known working. I'm using freetype-2.0.9 and libpng-1.0.14 and see no reason why we should artificially increase the requirements. Edin