Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45231 invoked by uid 1010); 20 Jun 2004 15:14:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44979 invoked from network); 20 Jun 2004 15:14:12 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 20 Jun 2004 15:14:12 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5KFE9xr005214; Sun, 20 Jun 2004 17:14:11 +0200 Date: Sun, 20 Jun 2004 17:14:09 +0200 (CEST) X-X-Sender: derick@localhost To: Sara Golemon cc: internals@lists.php.net In-Reply-To: <20040620150039.94807.qmail@pb1.pair.com> Message-ID: References: <40D569EF.8000101@php.net> <20040620150039.94807.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP5 on 7th July? From: derick@php.net (Derick Rethans) On Sun, 20 Jun 2004, Sara Golemon wrote: > > > would it be possible to simply have PHP5 delayed until 7th July? > > > We could add GIF write support within GD lib, because on the 7th of July > > > the patent is world wide lifted. > > > > I don't want GIF support in ;-) > > > While I appreciate your reasons for not wanting GIF and agree with them on > an academic level, I don't think it makes sense from our user's perspective > to hold back support for something for which the base code already exists > and requires only a small amount of administrative front-end work. Although I don't like GIF, that was not really the reason for saying it. I meant that delaying PHP 5 because of GIF is stupid. > As to release timing, I'd feel uncomfortable "adding" a new bundled libgd > the day of/day before release. I'd sooner release 5.0.0 on the 4th, add GD > on the 8th, and RC 5.0.1 once or twice. It's technically an exception to > feature freeze within a minor version, but it's an exception within the > bundled library only, not within any of the PHP wrapper code. Yeah, it's prolly ok to put it in 5.0.1, as long as that's QA-ed and handled the 'normal' way, like Ilia is doing for 4.3.x. Don't screw up or change our release things for the silly GIF stuff. > > In any event, users have the option of using the GD library directly from > boutell.com at any time from the moment the author releases it. The PHP > release doesn't need to bundle it for it to work. But the GD lib from Boutell misses a lot of our fixes though. Derick