Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128184 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id E5B4D1A00BC for ; Tue, 22 Jul 2025 21:03:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1753218115; bh=ixJiTwROItMeyb5pJ816xizeB4qoG971l9+VINbG3lg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Mu3hfjvw+cYg14hzWkao6Cu9V9ub8Uk+//ahiNIv4x85aZtNNIy77wU6SslNjLm+E E9rrN3WCIZtU+/wUPKZDBQXhbGjWtZNcAz5mnI+kRTUbmnvgGO+enx0agt6g8A+3/O jyCz8SavAGCnNGS3WBjaNl/yNpB53ZgZPlDn3EAbSlZ42akbP7Pjr0nGbo+jyMD/C3 XfXUIkpuVpx6Dzuh3/aKDVENjqV4iOMEOVZXwr7OQ3JVIex/ssyMYoi9bIMP1XXlPk HhjwlaRS5nh/f6iWb9K2cxfJz8RnsY8PRQ69zS7ESk2D5qpTHDHbVX9k3AUaI9uSyq HIKaUFBZs+16Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9DC5F18005B for ; Tue, 22 Jul 2025 21:01:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 22 Jul 2025 21:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1753218217; bh=UCm3Cehbcu4x8/k3WkzjXOlO0UQ03Gitledz8H5Mlfg=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=Q/O086IuzoiSk/ZMxgh0tQ6wklOyeMzDPRp0lUuP6mpl96N5wI9I6qW5FyIR1fbuo cUW6ssXcBQh4ib76+m3CuY3xuqz5BEvu4KoOrbiAR1u0F1DehiQ+fbmQ/iT/GqTT10 fh+mYCCyaEagcc+Sjlcr8uvzs0wkKgzPhPgzWphOWXWW+kcAm1PcoYb9t7146ztSrD 4iAfFL1Qo+nxpH/1grfmb7fv0YSyw9nAGzrPII9G0Wvme6lGAFoj0V0z1cVqIH52/S j2YbDZUPOl9DsmgH5MYxyAPbENxxGu51CueCa8BQmjAYbeDdCrG0t4rVDKOKn3/d9L jWyLNkk1Wqc7A== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 22 Jul 2025 23:03:36 +0200 To: "Gina P. Banyard" Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.5 In-Reply-To: References: Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2025-07-02 21:56, schrieb Gina P. Banyard: > https://wiki.php.net/rfc/deprecations_php_8_5 Gina asked me to announce the plan to start the vote for her. Except for the "Deprecate using values null as an array offset and when calling array_key_exists()" proposal (which originally was the "Deprecate using values of type null and bool as array offsets and when calling array_key_exists()" proposal), which no longer includes the deprecation of "bool" values as array offsets and got an updated explanation only some minor typographical changes were made to the RFC since July, 9th. This means the vast majority of the proposals have been unchanged for roughly the last two weeks. Therefore Gina plans to open the vote(s) on Friday (give or take). Best regards Tim Düsterhus