Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127851 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 05D0A1A00BC for ; Wed, 2 Jul 2025 20:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751489739; bh=cHEoGAbdEVIc++TETO58nMkRZ2Hn0tUD6VSwL9qbuqw=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=LSnEBd75ap/uygh7O1Otv8V92Onq6A9Co37e4iE+q42gc+dBtu8w6sMKITzw/fUCD PoQlsEsh+uWO6k3nUBa1j6M5NglcrxNO5h0b0OAc4FsTASH0VovucPrbZiM9cSoQzR ymKscIohej5Q2tmPtGCcsAPoRM+Q173MX34hdSmonCxqAECHZZGX/ZeqtfbU2TVXFV Bk37ONrk4os/iXYFlfwiqSOzqpiXhiOwy/csBcP4y2tqWUWvsmxAljCgVrGujproQ3 C6JREZxVcwLuwxtieAOYoqH09wSIRQLmvmdoF3IC9eHJpTAEu3Bghq7B4JGW4vnyLz iao6zcu05jC8g== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4D7F218058B for ; Wed, 2 Jul 2025 20:55:38 +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=0.8 required=5.0 tests=BAYES_50,DMARC_MISSING, 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 supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (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 ; Wed, 2 Jul 2025 20:55:37 +0000 (UTC) Received: from smtpclient.apple (fctnnbsc38w-142-162-45-112.dhcp-dynamic.fibreop.nb.bellaliant.net [142.162.45.112]) by supercat.cmpct.info (Postfix) with ESMTPSA id 2F932763E0; Wed, 02 Jul 2025 20:57:28 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.5 In-Reply-To: Date: Wed, 2 Jul 2025 17:57:17 -0300 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <2E79286C-C076-41DA-B5B5-E8E05F56CEDD@cmpct.info> References: To: "Gina P. Banyard" X-Mailer: Apple Mail (2.3826.600.51.1.1) From: calvin@cmpct.info (Calvin Buckley) On Jul 2, 2025, at 4:56=E2=80=AFPM, Gina P. Banyard = wrote: >=20 > Hello internals, >=20 > It is this time of year again where we proposed a list of deprecations = to add in PHP 8.5: >=20 > https://wiki.php.net/rfc/deprecations_php_8_5 >=20 > As a reminder, this list has been compiled over the course of the past = year by various different people. >=20 > And as usual, each deprecation will be voted in isolation. >=20 > We still have a bit of time buffer, so if anyone else has any = suggestions, they are free to add them to the RFC. >=20 > Some should be non-controversial, others a bit more. > If such, they might warrant their own dedicated RFC, or be dropped = from the proposal altogether. >=20 > Best regards, >=20 > Gina P. Banyard Thanks for reminding me I should dust off my proposal for cleaning up ODBC driver support. Might be a good idea to put it to a vote... https://github.com/php/php-src/issues/15630=