Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121586 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 35275 invoked from network); 5 Nov 2023 09:10:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Nov 2023 09:10:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0B9281804B4 for ; Sun, 5 Nov 2023 01:10:27 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS9370 160.16.128.0/17 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 ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 5 Nov 2023 01:10:26 -0800 (PST) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (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 9A161401E4 for ; Sun, 5 Nov 2023 18:10:23 +0900 (JST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Date: Sun, 5 Nov 2023 18:10:11 +0900 References: <734FB3C6-EBE6-4F35-8738-436AF7D8B161@sakiot.com> To: PHP internals In-Reply-To: <734FB3C6-EBE6-4F35-8738-436AF7D8B161@sakiot.com> Message-ID: X-Mailer: Apple Mail (2.3731.700.6) Subject: Re: [PHP-DEV] Fix the inconsistent behavior of PDO::PARAM_XXX From: saki@sakiot.com (Saki Takamachi) Hi, To think more deeply about this issue, I investigated various cases in = major databases. It's too big to write in an email, so I posted it in = the comments of the issue. https://github.com/php/php-src/issues/12603#issuecomment-1793679776 Regards. Saki=