Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121816 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 28005 invoked from network); 27 Nov 2023 10:00:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Nov 2023 10:00:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7883818002F for ; Mon, 27 Nov 2023 02:00:07 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) 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.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 ; Mon, 27 Nov 2023 02:00:06 -0800 (PST) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id C12D3401E3; Mon, 27 Nov 2023 18:59:57 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1701079197; bh=BkiWPl35mq0nt7kr27wOJncjvLCtcIJ6ZYGgWuZn4Ws=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=vsNy4ALJIhj6G5KfFx79p7GSiwN8xAAkRf5iPlUtEX9AWj0RIyZSkxJhqsOH7PfT6 QNmlstkTvRpj3DKlfoyqsFvkdTOY9440jfvf6Qf/cs7mWCVtpqmQ7URBFdNGeOn+xH EAKYqx57yyfcMRdPn6zJBvELX9Mp0fU59tIwWDpE= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Mon, 27 Nov 2023 18:59:45 +0900 Message-ID: <34198326-0244-4856-BF74-503D9A4D00D4@sakiot.com> References: Cc: PHP internals In-Reply-To: To: Matteo Beccati X-Mailer: iPhone Mail (21B91) Subject: Re: [PHP-DEV] [PDO] I want to unify the behavior when changing the autocommit mode setting while a transaction is open. From: saki@sakiot.com (Saki Takamachi) Hi, > In the latter case, I suppose they would expect the behaviour to be compli= ant with the database standards. I may not have had this perspective. And this is a strong basis for explaini= ng that different drivers behave differently. I will continue with the current implementation and consider the optimal met= hod for each driver. Thank you! Saki=