Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8869 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38934 invoked by uid 1010); 1 Apr 2004 17:25:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38910 invoked from network); 1 Apr 2004 17:25:36 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 1 Apr 2004 17:25:36 -0000 Received: from rasmus2.corp.yahoo.com (rasmus2.corp.yahoo.com [207.126.233.18]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-3) with ESMTP id i31HPQxK008588; Thu, 1 Apr 2004 09:25:26 -0800 Date: Thu, 1 Apr 2004 09:25:21 -0800 (PST) X-X-Sender: rasmus@thinkpad.lerdorf.com To: Ilia Alshanetsky cc: internals@lists.php.net In-Reply-To: <200404011209.31299.ilia@prohost.org> Message-ID: References: <5.1.0.14.2.20040401143302.021ae848@127.0.0.1> <200404010919.13175.ilia@prohost.org> <200404011209.31299.ilia@prohost.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] Releasing 4.3.5pl1 From: rasmus@php.net (Rasmus Lerdorf) On Thu, 1 Apr 2004, Ilia Alshanetsky wrote: > On April 1, 2004 12:05 pm, you wrote: > > Yup, given the fact that the DST change date is fast approaching, it would > > be good to get the mktime/gmmktime fixes out there soon along with the > > strftime fix. Nothing says we have to wait until we have 100+ bug fixes > > in there. We have fixed 20 or so bugs since 4.3.5 and I see nothing wrong > > with pushing out a 4.3.6 with these 20 fixes now. > > While, some fixes are fairly safe, others may raise issues we had not > considered (ex. fix for bug #27782). if we are making a quick release without > a prior testing (RC) process I'd prefer to have only the absolutely necessary > fixes such as DST & TSRM. I don't think we should push it out without an RC. I just think we should instigate the RC process now rather than waiting. Especially considering the fact that there were some non-trivial changes. The more other changes we add on top of these, the more time we will need for RC. -Rasmus