Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57003 invoked from network); 27 Dec 2011 15:15:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2011 15:15:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:47491] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/B2-41092-A11E9FE4 for ; Tue, 27 Dec 2011 10:15:39 -0500 Received: by wgbdt13 with SMTP id dt13so19184438wgb.11 for ; Tue, 27 Dec 2011 07:15:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=0XnH/cTSMP0zy6wrGseV7rJ/15Mjdx1eS9MSHLDbjYA=; b=GfUXmZ4WHxX4nRWi7b/w5Ulyr+hO67G5Oa4tJHNX2DhdkQZsWg/vTMrllIn4MIqUQr BTeaxO/6lVy6VOtvZnFVqJx3B8HUDWMEIFLifauRnifR0+k6kh/bnIkFK8c2zq/TXwK2 PnwLG/JyvJChqDUQAOLih8Cj42zlLkwK+Ejow= MIME-Version: 1.0 Received: by 10.227.209.66 with SMTP id gf2mr27787453wbb.20.1324998935757; Tue, 27 Dec 2011 07:15:35 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.223.87.16 with HTTP; Tue, 27 Dec 2011 07:15:35 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Dec 2011 16:15:35 +0100 X-Google-Sender-Auth: m-eDwZWIM3l20IeCmP0mL8dWUgk Message-ID: To: Ilia Alshanetsky Cc: Derick Rethans , Pierre Joye , =?UTF-8?B?QW5kcsOpIFLDuG1jaw==?= =?UTF-8?B?ZQ==?= , David Soria Parra , Stas Malyshev , PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] REQUEST_TIME change in PHP 5.4 From: patrickallaert@php.net (Patrick ALLAERT) 2011/12/27 Ilia Alshanetsky : > I think the REQUEST_TIME semantics of returning float should remain as is. > > -1 for adding further environment variables. As mentioned earlier, I don't like this option very much but at least it solves the BC problem. Do you have any other proposal to share? Opposing to that without proposing a solution kinda looks like "I don't bother if it breaks BC". -- Patrick