Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115590 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78111 invoked from network); 27 Jul 2021 09:29:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Jul 2021 09:29:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 497FC180212 for ; Tue, 27 Jul 2021 02:56:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 27 Jul 2021 02:56:40 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id 185so15223717iou.10 for ; Tue, 27 Jul 2021 02:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Xf6Fz0gsAz2d4Pz56LHMpzGRHH8EFRLrLzxbCyZeQZ8=; b=WXhACZwL5dpTwBoMA2PjKQBm2rUwMJFMHGV7cfITtbjMx5q5ZU57G177BO3V4qzF2Z vlGcVMcwckayuVAqZ6NrfWI+J+8rrsFNCtxJly/vbxIMkD8pj4wll61L1pV0OICgdPKC PgHDj6BiPaiuGDyPGfY/wdXuoHZxeKMH5iUolCnYFQE6gE/H9NPSpW70eXj44Dpb0nJJ oC6WGdxUCRJElyGsUZIpqbN1LG86pjL3JG1BmC/gIcRv1rVSYpyLGCfahXB6OcBLzEKp 7/3uznZgHSOAkKSW+96Th5k5E4RyKMK9nGYafTFvMakWiJ2D5QZ6V2X4Zx4ZJZ51Qsyv I3Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Xf6Fz0gsAz2d4Pz56LHMpzGRHH8EFRLrLzxbCyZeQZ8=; b=M35+yY45MmKnrwCT0FPE3rd/2rvHWM4L7yaHEpihRNLHh5+dtGd8AYCMDkQB8+BxeX joGh8bj9s5+4ECppQpMXFpoxRX6Bzq8lF3xE2lHghqppi2ahBHF6sn1Z1Ksm8COAiiRd mwbBSk3ILrFkbWPRtlwbuPQaKv1xseNZNPRX8Pz2iWuuFKZRiKO0oMTTC0CG+NURthUU doy446vIbIHKiS7Ccrv+Canq8FtXK8OJ2ZmDMRueVc24essIv37iUP0DAHaeQefGvYTz x1xvZVQg1cSFh0A8vIGKQYDmhdT3SnPQvcCTJd6L3F1y1PN7xKVti3E43O0x/jkM6ZUR Uv+A== X-Gm-Message-State: AOAM5308TvPMoDnVD3U1sP6pp3b0f38hMAJEJsW6IFI+BLsuhhV5fdUc ANoV27m2ePOg2BljKPOoOW6teuHrq3jlzP5VYrI= X-Google-Smtp-Source: ABdhPJww8vf2q4aAWa0kj4tBGQU9wympUxTIPs/y/Z+6G/4wcMu12rWDgV6gw2lzCryq2+qPKU4b4If+GzZpeAGjATo= X-Received: by 2002:a02:9582:: with SMTP id b2mr20809243jai.131.1627379799397; Tue, 27 Jul 2021 02:56:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 27 Jul 2021 11:56:04 +0200 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000db99a505c817e2fb" Subject: Re: [PHP-DEV] [RFC] Wall clock time based execution time From: deleugyn@gmail.com (Deleu) --000000000000db99a505c817e2fb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Jul 25, 2021 at 2:07 PM M=C3=A1t=C3=A9 Kocsis wrote: > Hi Deleu, > > What a coincidence! I've just added my PR to the "PHP 8.2" milestone on > GitHub. That means, I'll definitely want to continue the work on this > proposal > as soon as I finish my previous tasks. > > The reason that I delayed this RFC is that it lacked feedback and answers > to my latest questions. Also, Nikita's comment which you linked, made me > less > confident, so I didn't want to push the proposal any further until > the details were clarified. In the meantime, I started a few other RFC-s > which took all my time. > With all that said, I plan to ping the original discussion thread in the > following weeks/months. > > Regards, > M=C3=A1t=C3=A9 > > That's really good to hear. If there's anything I can do to help, don't hesitate to reach out! --=20 Marco Aur=C3=A9lio Deleu --000000000000db99a505c817e2fb--