Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121386 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43537 invoked from network); 18 Oct 2023 12:39:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Oct 2023 12:39:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 530A5180504 for ; Wed, 18 Oct 2023 05:39:52 -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,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 ; Wed, 18 Oct 2023 05:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1697632791; bh=FG46jg/a2X1VbUVEHCw6kClQV8RlOy6IEhQDctN2Y24=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=K6IWumeAE0kEauGcK+tSNHo+nTYBZlZOOfjZEeg+rIX+u498zkMlVqS0jBx1AxlgM 0hua80mcLNltFNbOUgXQq0/noLZdd+MqvfJ+MZg0WEzhB93c/esJOVWGWjH1JxZC5P E5O9YMSYq93nG4tXKcNfuOOGMsyEztgildfy++MYy2yr17yBDcoi7rslF5hZETaoMo 6iBlvKhqMQrxjCDj0cI6REcZXfEebLeM38qBJhQLjsY10X7jTU27DC4tv2q6n8LfwG Wl2xR9UpobpTaxW65oS3bCaM1JFigiqjyOZ9oInADBwFq5QDJJnJswxqxnvO2QfgMA QVRuX9dacRomg== Message-ID: <9beb12d6-63ff-4a90-83b1-d3f27e787807@bastelstu.be> Date: Wed, 18 Oct 2023 14:39:50 +0200 MIME-Version: 1.0 Content-Language: en-US To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Deprecate posix_times From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 10/17/23 19:39, Daniil Gentili wrote: > I would like to submit an RFC (and related PR) to deprecate posix_times > for PHP 8.4, removing it for PHP 9. > > […] > > Waiting for feedback, kind regards, This deprecation appears to be sufficiently simple that it can likely be included in the bulk deprecation RFC for PHP 8.4: https://wiki.php.net/rfc/deprecations_php_8_4 best regards Tim Düsterhus