Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114377 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33260 invoked from network); 11 May 2021 12:34:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 May 2021 12:34:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5F3E81804B5 for ; Tue, 11 May 2021 05:41:46 -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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from forward105o.mail.yandex.net (forward105o.mail.yandex.net [37.140.190.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 11 May 2021 05:41:45 -0700 (PDT) Received: from iva6-26d3dbc69e48.qloud-c.yandex.net (iva6-26d3dbc69e48.qloud-c.yandex.net [IPv6:2a02:6b8:c0c:912f:0:640:26d3:dbc6]) by forward105o.mail.yandex.net (Yandex) with ESMTP id 15BA842000A2 for ; Tue, 11 May 2021 15:41:28 +0300 (MSK) Received: from iva8-174eb672ffa9.qloud-c.yandex.net (iva8-174eb672ffa9.qloud-c.yandex.net [2a02:6b8:c0c:b995:0:640:174e:b672]) by iva6-26d3dbc69e48.qloud-c.yandex.net (mxback/Yandex) with ESMTP id uXqrh4vfw3-fRIWbLTp; Tue, 11 May 2021 15:41:27 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=php.watch; s=mail; t=1620736888; bh=q3zxlYgZn8m99bEfzP5Ks6tcaJpVLmvx25hCVyWeqnQ=; h=To:Subject:From:In-Reply-To:Cc:Message-ID:Date:References; b=DWEE1ogL3mNDsM3juoLOurjs9ofcOI0wr0AkpvjQ2ghNbDpXV4Ki1nluEV/j50UM9 MRaDlMF39HMd9zRyeduRnyjFNRDQ3bkVXxFUJLJtTP2WSH+CiysRqd+fy73k8tRxHX jTr7OWruDncxBndz/xssa/5bAkxV2hHZef2aShTk= Authentication-Results: iva6-26d3dbc69e48.qloud-c.yandex.net; dkim=pass header.i=@php.watch Received: by iva8-174eb672ffa9.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id kfmMJCfZUP-fRL452px; Tue, 11 May 2021 15:41:27 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Received: by mail-oi1-f181.google.com with SMTP id w16so10706134oiv.3 for ; Tue, 11 May 2021 05:41:26 -0700 (PDT) X-Gm-Message-State: AOAM530+O9ON+nXrl6k0VY1j9EdtUZtykCd8vWy+QNOSe3fB4nh+YNxa +LLMl4G3E9uRxY36dhDvCDGoRjUczpjD+C346pI= X-Google-Smtp-Source: ABdhPJwAEN4xJqquqLEdUDpU/GR7EKLAxm5lBaikPfKRY210DJ9Z1p1fdjJgKpHoOL6jNXGu+afxxWYzhzSY1GAuvLY= X-Received: by 2002:aca:c30f:: with SMTP id t15mr21999251oif.145.1620736885423; Tue, 11 May 2021 05:41:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 11 May 2021 18:10:59 +0530 X-Gmail-Original-Message-ID: Message-ID: To: =?UTF-8?Q?Micha=C5=82_Marcin_Brzuchalski?= Cc: Nikita Popov , PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Deprecate ticks From: ayesh@php.watch (Ayesh Karunaratne) > > Hi Nikita, > > wt., 11 maj 2021 o 10:53 Nikita Popov napisa=C5=82= (a): > > > Hi internals, > > > > I'd like to propose the depreciation of the ticks mechanism: > > https://wiki.php.net/rfc/deprecate_ticks > > > > I'm submitting this separately from the PHP 8.1 deprecations RFC, as th= is > > is a language change, even if not a particularly important one... > > > > Glad to see this topic. That's a YES > > Cheers, > Micha=C5=82 Marcin Brzuchalski I agree too. I can't think of use cases with ticks, other than signal handling or profiling code. We already have better tooling for both of them.