Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15692 invoked from network); 7 Jan 2017 00:58:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2017 00:58:01 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.54 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.54 mail-pg0-f54.google.com Received: from [74.125.83.54] ([74.125.83.54:32921] helo=mail-pg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/8D-23307-71D30785 for ; Fri, 06 Jan 2017 19:58:01 -0500 Received: by mail-pg0-f54.google.com with SMTP id 204so3186314pge.0 for ; Fri, 06 Jan 2017 16:57:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=RRom/sjZa6cYOkES+p/KHbKj+BS9+gfJPytKFIEFel0=; b=bXzKwX/KS55Yt24/qljUg5u0RP3emW9PqO6rnypztHrAfUpKbGAWgqflhEntfeex5r dFDcFGGyXBJyhAD8LGG0beAwCLqE3bo3ulm4fWEY0e/XLSTnoG6px+XrijRhotioayv8 l8gYLq+BHlpQhrUMb5ScUhjxXwi5bjgC+8U9Uu9Uuvepj3JVjhbWYiA0jzKe9KBm7BJF av6tg51O2FUqFn705TYPkO05C8f1UKBAd2+5OKsUIhnHG9inR4yq61BPVtClPS2MZkL0 gw6lcN4z0aq2wpH4xOPCdjNGI8sh9CHOO3gNNwjDUFkRsLBCLJ7eBihzF9YSrSioM7d6 eNBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=RRom/sjZa6cYOkES+p/KHbKj+BS9+gfJPytKFIEFel0=; b=sJ03sBG7Vb0XeJMU+I6rOAhiKCIG+ZoaxeLPehXBqvuNg5E5Yd34hpuDpLwcvQNI0v PU9tlG/dDg0vKjIVDMRGeudjvetZ9SH8DIeEJNEihq2t8KOqE4oLqXsjWknHBMmdwVVl 579IfCe4jSyWrXqMpjs81aWOPqKX7rYAXe9HuPCPGt9Wz+kz3IiA6gIBztvfVWpc8bUJ G/qGoAlp4CCdAeq+S6hynQdzqVX0Xybgn3zmnYP/DYeXrGFybGY9JZepuQ1V4zizAich wh0poPnggmsDjW2MVaOt0tmF3qFlI1pfUOchKkPz3UId9aLvQFCiZuyLP7YuAA7QZBmO bp8w== X-Gm-Message-State: AIkVDXLWMJRg/3oA1iiaFXlChmgHoZvlt4LNdAqLeWcoGtfW50VRb1wEBc6pZdyO5qHbiA== X-Received: by 10.84.233.132 with SMTP id l4mr34393933plk.129.1483750677202; Fri, 06 Jan 2017 16:57:57 -0800 (PST) Received: from Stas-Air-1415.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id u14sm7361997pfg.18.2017.01.06.16.57.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jan 2017 16:57:56 -0800 (PST) To: Niklas Keller , PHP Internals References: Message-ID: Date: Fri, 6 Jan 2017 16:57:55 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Fwd: Monotonic Time From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I think we can reuse parts of it to implement a function in core to access > a monotonic time, I don't think we need to merge the extension into core. What's wrong with just having an extension? -- Stas Malyshev smalyshev@gmail.com