Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33081 invoked from network); 27 Dec 2011 12:19:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2011 12:19:44 -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:44403] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/A1-22359-FD7B9FE4 for ; Tue, 27 Dec 2011 07:19:44 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id A8EF4DE13D; Tue, 27 Dec 2011 12:19:40 +0000 (GMT) Date: Tue, 27 Dec 2011 12:19:40 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Pierre Joye cc: Patrick ALLAERT , Ilia Alshanetsky , =?UTF-8?Q?Andr=C3=A9_R=C3=B8mcke?= , David Soria Parra , Stas Malyshev , PHP Developers Mailing List In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] REQUEST_TIME change in PHP 5.4 From: derick@php.net (Derick Rethans) On Tue, 27 Dec 2011, Pierre Joye wrote: > On Tue, Dec 27, 2011 at 11:37 AM, Derick Rethans wrote: > > On Mon, 26 Dec 2011, Patrick ALLAERT wrote: > > > >> 2011/12/24 Pierre Joye : > >> > > >> > Right but there is a clear BC break here. And yes I really don't like > >> > how datetime deals with that but it is how it is, and it is certainly > >> > the only case where it fails (or almost). > >> > > >> > On Sat, Dec 24, 2011 at 4:18 PM, Ilia Alshanetsky wrote: > >> >> Introducing additional server > >> >> variables just makes things inconsistent, especially this late in the > >> >> release cycle. > >> > >> On one side there's a clear BC break which, according to the related > >> RFC, is to be considered as a blocker, > > > > An RFC? Which one? > > https://wiki.php.net/rfc/releaseprocess Ah, that one. I got lost between all the commas and thought he meant an RFC for changing REQUEST_TIME from int to float :-) Derick