Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94836 invoked by uid 1010); 20 Jun 2004 15:00:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94812 invoked by uid 1007); 20 Jun 2004 15:00:39 -0000 Message-ID: <20040620150039.94807.qmail@pb1.pair.com> To: internals@lists.php.net References: <40D569EF.8000101@php.net> Date: Sun, 20 Jun 2004 01:00:21 -0700 Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 64.142.6.231 Subject: Re: [PHP-DEV] PHP5 on 7th July? From: pollita@php.net ("Sara Golemon") > > 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. 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. 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. -Sara