Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55051 invoked from network); 29 Aug 2014 12:48:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 12:48:30 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain realplain.com does not designate 216.33.127.81 as permitted sender) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 216.33.127.81 mta21.charter.net Solaris 10 1203 Received: from [216.33.127.81] ([216.33.127.81:61925] helo=mta21.charter.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/A5-22920-C9670045 for ; Fri, 29 Aug 2014 08:48:29 -0400 Received: from imp09 ([10.20.200.9]) by mta21.charter.net (InterMail vM.8.01.05.09 201-2260-151-124-20120717) with ESMTP id <20140829124826.NZHE9941.mta21.charter.net@imp09>; Fri, 29 Aug 2014 08:48:26 -0400 Received: from mtaout005.msg.strl.va.charter.net ([68.114.190.30]) by imp09 with smtp.charter.net id kcoS1o0070fnx6C05coSSf; Fri, 29 Aug 2014 08:48:26 -0400 Received: from impout004 ([68.114.189.19]) by mtaout005.msg.strl.va.charter.net (InterMail vM.9.00.010.00 201-2473-137) with ESMTP id <20140829124826.TOSJ20227.mtaout005.msg.strl.va.charter.net@impout004>; Fri, 29 Aug 2014 07:48:26 -0500 Received: from pc1 ([96.35.251.86]) by impout004 with charter.net id kcoS1o0021sc0so01coS9V; Fri, 29 Aug 2014 07:48:26 -0500 X-Authority-Analysis: v=2.1 cv=V/Hz0IXi c=1 sm=1 tr=0 a=Is5gsZaFXO8aPum+t7Tz+g==:117 a=Is5gsZaFXO8aPum+t7Tz+g==:17 a=hOpmn2quAAAA:8 a=PG2lCKqhQIwA:10 a=MUsdye8fO34A:10 a=WUgRJF_wMoEA:10 a=N659UExz7-8A:10 a=BCPeO_TGAAAA:8 a=vdJDZFRVfCMghHbfba0A:9 a=pILNOxqGKmIA:10 Message-ID: To: "PHP Internals" , "Stas Malyshev" References: <53FF9B5E.7060203@sugarcrm.com> Date: Fri, 29 Aug 2014 07:48:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Subject: Re: [PHP-DEV] 5.4 non-security issues - last call From: php_lists@realplain.com ("Matt Wilmas") Hi Stas, all! ----- Original Message ----- From: "Stas Malyshev" Sent: Thursday, August 28, 2014 > Hi! > > 5.6.0 has been released, and first thing I'd like to congratulate all > who participated in it with this great milestone. > > Second thing, that means 5.4.33 would be the last release including > non-security fixes. With RC1 planned next Tuesday, this means if you've > got any non-security issues that should be in 5.4 they should be in by > Tuesday or chance of getting them in would be very low. > > [...] > > If there are any more issues that need to be in 5.4.33 RC1 please tell > me ASAP. I'd like to finally present a fix/improvement for bugs #64370, #64633, #65626 (I think), etc... Regarding microtime() resolution on Windows, and have it included in 5.4 also! I had a couple Twitter messages with Pierre and Anatol in October about how to restore old behavior (and fix issues), and didn't implement my idea right then... :-/ I almost got around to it this spring after learning *something* (don't remember) that allows a simpler solution, at least. Anyway, hopefully it'll be OK for 5.4 since it's Windows-only, similar to what we had previously (w/o issues!), and microtime() has been kinda useless on XP-7 since 5.4.14. I haven't looked at it again yet now, but it should be done quickly. :-) Just to put "on paper" what's in my mind and verify it... Thanks, Matt