Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35552 invoked from network); 24 Dec 2011 10:13:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2011 10:13:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=ar@ez.no; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ar@ez.no; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ez.no from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: ar@ez.no X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:46184] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/37-16446-0E5A5FE4 for ; Sat, 24 Dec 2011 05:13:53 -0500 Received: by pbds10 with SMTP id s10so7058761pbd.29 for ; Sat, 24 Dec 2011 02:13:49 -0800 (PST) Received: by 10.68.189.163 with SMTP id gj3mr38566610pbc.86.1324721628091; Sat, 24 Dec 2011 02:13:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.2.233 with HTTP; Sat, 24 Dec 2011 02:13:27 -0800 (PST) Date: Sat, 24 Dec 2011 11:13:27 +0100 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8ff1ccd211939304b4d3ca98 Subject: REQUEST_TIME change in PHP 5.4 From: ar@ez.no (=?UTF-8?B?QW5kcsOpIFLDuG1ja2U=?=) --e89a8ff1ccd211939304b4d3ca98 Content-Type: text/plain; charset=UTF-8 Hi, a bit late to the party maybe, but why was REQUEST_TIME broken in 5.4 instead of adding a new parameter? (like REQUEST_MICROTIME) Is the Release Process not followed yet? - x.y.z to x.y+1.z - (...) - Backward compatibility must be kept ( https://wiki.php.net/rfc/releaseprocess ) It is not a big deal (we are used to it), but it does break a couple of things in for instance eZ Publish & Zeta Components which will by the nature of things not be fixed before the next release. Most customers will hopefully make sure the version of the software they are using is tested/certified for php 5.4 before upgrading, but from experience, some will not. Other then that, happy xmas! --e89a8ff1ccd211939304b4d3ca98--