Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35971 invoked from network); 28 May 2013 10:05:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2013 10:05:32 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:58177] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/BE-44058-A6184A15 for ; Tue, 28 May 2013 06:05:32 -0400 Received: from [192.168.42.32] (cpc3-acto1-2-0-cust92.4-2.cable.virginmedia.com [86.1.68.93]) by xdebug.org (Postfix) with ESMTPSA id C70BADE14F; Tue, 28 May 2013 11:05:26 +0100 (BST) User-Agent: K-9 Mail for Android In-Reply-To: References: <20111229225114.GA4082@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Tue, 28 May 2013 11:05:21 +0100 To: Ferenc Kovacs ,Daniel Convissor CC: David Soria Parra ,Stas Malyshev ,PHP Internals List Message-ID: Subject: Re: [PHP-DEV] DateTime fixes and 5.4 release plan From: derick@php.net (Derick Rethans) Ferenc Kovacs wrote: > On Thu, Dec 29, 2011 at 11:51 PM, Daniel Convissor < > danielc@analysisandsolutions.com> wrote: > > > Hi Folks: > > > > David mentioned the following in the git migration email: > > > > > Expect the php-src migration in 14-21 days after 5.4 final. > > > > Can 5.4 final please be held off until the DateTime fixes for > > transitions (such as Standard / Daylight time) are fixed? > > https://wiki.php.net/rfc/datetime_and_daylight_saving_time > > > > Perpetuating broken time handling in PHP is an unpleasant prospect. > And > > once the problems are fixed, it'd be nice to say they were "resolved > in > > 5.3.x", rather than "resolved in 5.3.x and 5.4.x." > > > > Derick just mentioned on IRC that he _may_, but more likely won't, > be > > able to get this done in the 2 - 3 week time frame David mentioned. > > > > Thanks, > > > > --Dan > > > > -- > > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y > > data intensive web and database programming > > http://www.AnalysisAndSolutions.com/ > > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > it seems that it will miss even 5.5 final :( I've worked quite a bit on this and I'm close to finishing. Really need just one more transatlantic flight :-) I'll push my changes to a branch. I think the RFC gets something wrong though. I'll check and report back Derick