Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127929 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 115431A00BC for ; Mon, 7 Jul 2025 15:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751901507; bh=XtHoCM5VehqQ+V67zGY3DJ+RGXKDWsn4RbS8pxSAp3w=; h=Date:To:From:Cc:Subject:In-Reply-To:References:From; b=Nv6dhm6ZIpzS2hbBHg7IZDGF1EFB9DvCMsqXPg3eX94br4s90+ft4Fwg6hdEAoYnb n9FGfoDeGX55rWIga8ebADp/t2f3q8gZaqNi7FZtB4P3W0MUKeT8lg7njkmjFE6rQL 6aZb0KDzWKKt1NKe1fWU4hb1ZqTQ+akhte7xlZlQV8cnLPTrgOGNvc4JMQEmUBPDsl Db5G3+cRcNPYVsQDfy5CKjR6bNtbpEYRroAQ9Fvcw5c9+CYiqEJnq4M1Z51UVsiZ3Z nqnvw5YPUuGqv5Lw+NJdxjMCfzDv8hG+rP86Ujz0bwW/lW5b7HPt2wBmDbpYEjibwt hUo7sfz2elPsA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9B3141801E5 for ; Mon, 7 Jul 2025 15:18:26 +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=-1.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,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 mail-24421.protonmail.ch (mail-24421.protonmail.ch [109.224.244.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 7 Jul 2025 15:18:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail; t=1751901613; x=1752160813; bh=XtHoCM5VehqQ+V67zGY3DJ+RGXKDWsn4RbS8pxSAp3w=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=y6E7ph49d83SvGRiWNWMpP+iC6KhgWtquG1JjCvFRu7uD3Z450DNP3bzC29jFoVVE 84VB9w6Ms7u1VExEGOMbrSU+vjawOwqNYhblF1fKAvSdvMfbFHcgiT1e/lRbD7BcJV +OEgckrbiJDZXB7qu4shChwIR+hexFHIb7fWnhKUbdUGfK9NakEW/RlcGV31etdYvW wDLIUHdNp0WovU2WTyhZ8ud2Z/yCyqcOGhEARqoxk80WBkKl5zkC+/w9ZA8HNmh6fa eYd6ULFCQHWaIYZKZ8QUUAvkffE+jhysixjUlQ9hC72EFaq1MeuTKBE4hjfuyvOG4/ +4sP+cEg8S/hg== Date: Mon, 07 Jul 2025 15:20:10 +0000 To: Larry Garfield Cc: php internals Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.5 Message-ID: In-Reply-To: <8d7eace5-a3eb-439c-a68a-49d011bd4c78@app.fastmail.com> References: <8d7eace5-a3eb-439c-a68a-49d011bd4c78@app.fastmail.com> Feedback-ID: 96993444:user:proton X-Pm-Message-ID: be677fe9026479a7f5d4f388c16ba71d1d3eb7ca Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Wednesday, 2 July 2025 at 21:47, Larry Garfield = wrote: > For the DB-specific PDO constants, am I correct that all of those constan= ts and methods already have equivalents in their respective driver classes?= (If so, please state that explicitly.) I have added the corresponding constant/method. Best regards, Gina P. Banyard