Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18210 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47385 invoked by uid 1010); 18 Aug 2005 13:28:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47369 invoked from network); 18 Aug 2005 13:28:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2005 13:28:50 -0000 X-Host-Fingerprint: 212.18.24.66 host-212-18-24-66.customer.m-online.net Received: from ([212.18.24.66:2243] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DE/E4-33075-11D84034 for ; Thu, 18 Aug 2005 09:28:49 -0400 To: internals@lists.php.net Date: Thu, 18 Aug 2005 15:28:46 +0200 Message-ID: <20050818152846.59fb387b.pierre@dotgeek.org> X-Newsreader: Sylpheed version 2.0.0beta6 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 212.18.24.66 Subject: ext/gd, cleanup, iirc From: pierre@dotgeek.org (Pierre-Alain Joye) 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 * 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 These versions match the last releases of each lib. As far as I can see they are available for various distributions as well. Obviously, we will use any critical releases which can raise from now and the "hypothetic" php 6.0 first RC. Once the cleanup is done, a sync with the official GD can be commited. If someone has any objection to a cleanup or comments, please do it quickly :) Regards, --Pierre