Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121570 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 25635 invoked from network); 3 Nov 2023 18:49:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Nov 2023 18:49:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E80A51804D5 for ; Fri, 3 Nov 2023 11:49: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,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS2639 136.143.188.0/23 X-Spam-Virus: No X-Envelope-From: Received: from sender4-of-o50.zoho.com (sender4-of-o50.zoho.com [136.143.188.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 3 Nov 2023 11:49:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1699037379; cv=none; d=zohomail.com; s=zohoarc; b=DYc66EcPQfcfnfjuJneupFxz4nPHmZOafNMPBHt4/cm2K2wOsOW/KfLmCUIaTv/wWXm7hlLZjpwhvs1t1OuIRwg/vN6T/tr8J+IpsqhKBO5i3t+eWndRRrwFEELoiRaD8s8WWsmPt5ajEc8ERrAZ79HwqeSkBtnISyHT4IWtxAE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1699037379; h=Content-Type:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=u9mNwzv2w0G6yrv4yAOlk/9RJVS5PrqJR/rUxLDceeg=; b=ee2w5gEpJH4A2wKzBHcpM8K9Kedi2rZ44so4G4zmaKfiyXOJcP1HuCxszW/u3C3Fgb5YfvoOX/P97G+oBipwS5KmEgJkng0+qkKKwA7sjuQQnsXi08XKiXXPgRMcb5opAuviEyedVsoRe7k2TfvMrA4IlkqO6+IQRXrBn2kA1mY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=daniil.it; spf=pass smtp.mailfrom=daniil@daniil.it; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1699037379; s=daniil; d=daniil.it; i=daniil@daniil.it; h=Date:Date:From:From:To:To:Message-ID:In-Reply-To:References:Subject:Subject:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=u9mNwzv2w0G6yrv4yAOlk/9RJVS5PrqJR/rUxLDceeg=; b=YzIdL9xFwsQwy3Pn3vLyH7I1BuUTmwhfoexkMTZElbYgAj4DggY5R3xmJUTrO/SE qlbXq68fMdLWgvDePeY9C+FcmaF0Ld1tMuswG5cfQd9fxjrWFx32tW0PSAEL8SjqkOR SOUN5frw3WF1zLna+TwW3msLX+rnmIyt1UGA5PQ4= Received: from dummy.faircode.eu (ch-1.gw.xeovo.com [89.21.64.156]) by mx.zohomail.com with SMTPS id 1699037378815122.1622396541128; Fri, 3 Nov 2023 11:49:38 -0700 (PDT) Date: Fri, 3 Nov 2023 19:49:36 +0100 (GMT+01:00) To: internals@lists.php.net Message-ID: <7443be7f-0e78-49e1-ac2e-e33d04e76247@daniil.it> In-Reply-To: References: <9d9acbd8-0b92-419e-b9c6-d7e35d0748dd@daniil.it> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7_108014482.1699037376947" X-Correlation-ID: <7443be7f-0e78-49e1-ac2e-e33d04e76247@daniil.it> X-ZohoMailClient: External Subject: Re: [PHP-DEV] Deprecate posix_times From: daniil@daniil.it ------=_Part_7_108014482.1699037376947 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, > It is exposed: > https://github.com/php/php-src/blob/66e2aa725564c2221ace7a26628afe3957f28237/ext/posix/posix.c#L1232-L1241 > Welp completely missed that, my bad, it was added in php 8.3, that's why I couldn't find it in the docs :) Respectfully, I will still be editing the deprecations RFC anyway to see if the voting passes. Kind regards, Daniil Gentili. ------=_Part_7_108014482.1699037376947--