Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68296 invoked from network); 10 Sep 2014 23:21:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2014 23:21:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:46079] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/10-00289-1FCD0145 for ; Wed, 10 Sep 2014 19:21:22 -0400 Received: by mail-qc0-f178.google.com with SMTP id x13so20049457qcv.23 for ; Wed, 10 Sep 2014 16:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wIxDGbqbrgxdAidHky7s8P3/JWjqk2YVcBvBs6jl3jU=; b=kRu86RdcpPZxzYLrSSmJD8h/Hwz1NgmjGHAnc6NHzU5vposEY9Tuudy1x9XKl51awp xnx9+OGGpR/I31cb+OiWBt7CsH2MRbomV/AU08GnJRIPHF9vhyZ6SjwhOT8B1OK24pC2 rYEXlUzNAw7zz7JcF23p8glaf4/c0deI0xUdtWF6GQ3uMt3TH8QI+qKwMwrqNf/2Dlbh adkAa5fyW5FQ8hUg9IxJwEqmltRoc5kuAiaIL3c9wgp7F86L413jdgqQJCzx/d3SLlZE denpeCb8avVio6IrYugCOCi64urij2OXLNusCKy0M9xFfE+sJ7iisVmFR11QhAQsjVAZ 7kWA== MIME-Version: 1.0 X-Received: by 10.140.85.135 with SMTP id n7mr63058426qgd.22.1410391279109; Wed, 10 Sep 2014 16:21:19 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Wed, 10 Sep 2014 16:21:19 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Wed, 10 Sep 2014 16:21:19 -0700 (PDT) In-Reply-To: <5699290CB7DA4367B806CEABE6672AA7@pc1> References: <5404DBD1.8050604@sugarcrm.com> <687BE274F5C24DE1A42E3484C7E52B6C@pc1> <49fb94d5e1c8626544d7235492d9ae0b.squirrel@webmail.klapt.com> <5699290CB7DA4367B806CEABE6672AA7@pc1> Date: Thu, 11 Sep 2014 01:21:19 +0200 Message-ID: To: Matt W Cc: Anatol Belski , Stas Malyshev , internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c1271e2fabb70502be4fa4 Subject: Re: [PHP-DEV] Re: [INTERNALS-WIN] [PATCH] Microsecond resolution and accuracy on Windows From: pierre.php@gmail.com (Pierre Joye) --001a11c1271e2fabb70502be4fa4 Content-Type: text/plain; charset=UTF-8 Hi Matt, I do not think we should change anything in a stable branch now. We may consider it for 5.6.1 once we are 200% sure we can back port it to 5.5. Btw your patch is not windows only but also change the uuid function. Not a bad thing as u never got why we have this modulo anyway :) Cheers, Pierre --001a11c1271e2fabb70502be4fa4--