Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121370 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5645 invoked from network); 18 Oct 2023 07:00:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Oct 2023 07:00:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 56D4C1804B4 for ; Wed, 18 Oct 2023 00:00:32 -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=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15623 212.45.192.0/19 X-Spam-Virus: No X-Envelope-From: Received: from mail.gna.ch (mail.gna.ch [212.45.196.109]) (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 ; Wed, 18 Oct 2023 00:00:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 0F7153A0F62 for ; Wed, 18 Oct 2023 09:00:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at example.com Received: from mail.gna.ch ([127.0.0.1]) by localhost (darkcity.gna.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ePRlkPEwPK_0 for ; Wed, 18 Oct 2023 09:00:30 +0200 (CEST) Received: from smtpclient.apple (unknown [IPv6:2a02:1210:2ea4:cf00:a4c7:7ea5:788b:4bdb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id A10103A0F61 for ; Wed, 18 Oct 2023 09:00:30 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.100.2.1.4\)) Date: Wed, 18 Oct 2023 09:00:30 +0200 References: To: PHP internals In-Reply-To: Message-ID: X-Mailer: Apple Mail (2.3774.100.2.1.4) Subject: Re: [PHP-DEV] Deprecate posix_times From: cschneid@cschneid.com (Christian Schneider) Am 17.10.2023 um 19:39 schrieb Daniil Gentili : > I would like to submit an RFC (and related PR) to deprecate = posix_times for PHP 8.4, removing it for PHP 9. My question here would be: Is there sufficient reason to remove this = function and introduce a BC break, i.e. is the implementation code hard = to maintain or does the function cause security issues? Unless that is the case I'd leave it unchanged and just add a note to = the documentation that people might want to consider using getrusage() = instead. Regards, - Chris