Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82758 invoked from network); 27 Dec 2011 18:37:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2011 18:37:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=damz@damz.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=damz@damz.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain damz.org designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: damz@damz.org X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:35608] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/C0-10976-C601AFE4 for ; Tue, 27 Dec 2011 13:37:33 -0500 Received: by wgbdt13 with SMTP id dt13so19375383wgb.11 for ; Tue, 27 Dec 2011 10:37:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=damz.org; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=l9KsBkGw3MkeL72Iv77lMkhebLGIdhHQy+T9i0e94eE=; b=U+1SfwFHEZX6+pGpZqaGwQImqA6hrTTNItC1ULsCL9/vnAFee/cLhfw+ypWdn/fWgI YEqOvmNRJHH8ON301U/rELw5dR7BCEQMzaVL0S6r5Cc6Witg2NCwccRaCVHSo4M7G+YM yupTz5iutFYF+Ebn2WCaWy0oC9IkcbYhK/qdk= MIME-Version: 1.0 Received: by 10.227.198.130 with SMTP id eo2mr6050073wbb.22.1325011048765; Tue, 27 Dec 2011 10:37:28 -0800 (PST) Received: by 10.216.211.210 with HTTP; Tue, 27 Dec 2011 10:37:28 -0800 (PST) X-Originating-IP: [76.93.185.240] In-Reply-To: References: Date: Tue, 27 Dec 2011 10:37:28 -0800 Message-ID: To: Pierre Joye Cc: =?ISO-8859-1?B?QW5kcukgUvhtY2tl?= , Ilia Alshanetsky , David Soria Parra , Stas Malyshev , Derick Rethans , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] REQUEST_TIME change in PHP 5.4 From: damz@damz.org (Damien Tournoud) On Sat, Dec 24, 2011 at 7:07 AM, Pierre Joye wrote: > Right, and that's why I would be in favour of a BC change, maybe by > introducing a REQUEST_TIME_FLOAT instead, so people willing to use the > float version can still have it while the existing code needs no > change. We spotted the same exact thing when doing the first tests of Drupal on PHP 5.4, which lead to the following change (already released in all the affected versions of Drupal): http://drupal.org/node/1209470 Given how most of PHP miserably fails to handle float timestamp, I'm in favor of reverting the change too. Damien