Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123146 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 qa.php.net (Postfix) with ESMTPS id 9C50C1A009C for ; Wed, 17 Apr 2024 14:30:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1713364295; bh=T9redV9cy5veVnHBG7ZuyhdC5gamadBHb0BQJ7COJBc=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=fbuixXjX+9nIYGVV3mBfUgly9atRsdZ2Tr3NSBT75Xb13UdoBpbXnxfHKwvOKNWsB 3M08DhJbBtvFaGQgRCUS+/8bcRaSfDT63opUzIwRNSQTaQ2HH4vOt1qri6ox1zqWou Uu1dTSRERrRfQMRuQoGaKERNG1Rt3tuNwPLl8SQeKLTAvKP2xnRxGFwSRB3NqxSwxS j5n5T+4sD4nsKkLnPKFq0kDfVff3TUhLS6vK+9xpX2mzvwKQD+Y+EAR8wHF6BapMfw /lKVT0jet9foh9RwkfLq5ecAM7becSzVjbhvuA23aBq7+PvYCBt7bTHXXb2+W4QMuZ f/uP6LP1OCCbA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1775A1805AD for ; Wed, 17 Apr 2024 14:31:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (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, 17 Apr 2024 14:31:34 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 2C200401EC; Wed, 17 Apr 2024 23:30:56 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1713364256; bh=T9redV9cy5veVnHBG7ZuyhdC5gamadBHb0BQJ7COJBc=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=lz9T8lw8OBLwhBreO8sUhM0WK4i0UsopKYdof1VsCcxDQw6qWFnATREgCBAAX+SGr kR6h4TKDR+Pb9xjgF+0bv6xCMoZMI6JDsMYDKcmbO/NDd0c+uyVDbeYR1evIgy0+PH jLvP9/PUKgszwuAFdUFkPAjk85Ncsb/ZHP4q3g0M= Content-Type: text/plain; charset=us-ascii Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6.1.1\)) Subject: Re: [PHP-DEV] [RFC][Discussion] PDO driver specific parsers In-Reply-To: <098996d6-32e4-460c-a82a-aeef3b7e61d3@beccati.com> Date: Wed, 17 Apr 2024 23:30:43 +0900 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: <9A6577BD-3BC5-41E1-965D-4B30D16CDB3D@sakiot.com> References: <00079548-1799-4215-8F73-EFDCD795532F@sakiot.com> <098996d6-32e4-460c-a82a-aeef3b7e61d3@beccati.com> To: Matteo Beccati X-Mailer: Apple Mail (2.3731.700.6.1.1) From: saki@sakiot.com (Saki Takamachi) Hi Matteo, > Thanks for the feedback. I will reference this issue as duplicate too = in the RFC. Thanks for the reference to the issue.=20 > I'm certain if we dig deep enough we'll find a few more. Agree. Maybe we can find something other than PostgreSQL. I have read through your RFC. If we change the default scanner from the = current, is there a possibility that an unintended BC Break will occur? = I don't think there is a problem with MySQL, but I'm a little worried = about other drivers. Regards, Saki=