Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81030 invoked from network); 7 Jan 2017 19:05:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2017 19:05:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.217 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.217 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.217] ([81.169.146.217:14441] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/36-37836-7EB31785 for ; Sat, 07 Jan 2017 14:05:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1483815909; l=1430; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=eWaR3hQr5l6p2icEpS9mx3mzqaRdDgr86H/Pyi+1YRI=; b=Svb0aE+GkX6sLmLgrusNWFp7O82UvQpFQ+KbXeu47j1+0+suO03WziKOhpnfFzn8Y6 6tTkMDFFp2N5G1GL7GIjSFQBLS00JuAWEooEL0BLwkrAtQw3LtKulQvAAcvFV7h9H7Wb EqGSQaQ/0VYeQvnkGMNsj3PASSQc9ipJfw8yg= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoBPBqD/sh4= X-RZG-CLASS-ID: mo00 Received: from mail-qk0-f172.google.com ([209.85.220.172]) by smtp.strato.de (RZmta 39.11 AUTH) with ESMTPSA id 6085b9t07J59FS4 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Sat, 7 Jan 2017 20:05:09 +0100 (CET) Received: by mail-qk0-f172.google.com with SMTP id a20so106508390qkc.1 for ; Sat, 07 Jan 2017 11:05:09 -0800 (PST) X-Gm-Message-State: AIkVDXI2XQjT2Xivv+Vay0k/c/XCInU2pVgQ19bkMOBgeXK9eEidn4hua6FC9/Ae/c/YObIdNxELlxy7lGsPnA== X-Received: by 10.55.0.65 with SMTP id 62mr78615050qka.106.1483815908579; Sat, 07 Jan 2017 11:05:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.141.204 with HTTP; Sat, 7 Jan 2017 11:05:08 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Jan 2017 20:05:08 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1140446024a2ee054585d089 Subject: Re: [PHP-DEV] Fwd: Monotonic Time From: me@kelunik.com (Niklas Keller) --001a1140446024a2ee054585d089 Content-Type: text/plain; charset=UTF-8 > > 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? > Do you mean an external (not bundled) extension? Simply not having it available by default. Measuring time frames is a pretty fundamental operation, not only for event loops. Regards, Niklas --001a1140446024a2ee054585d089--