Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121812 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65190 invoked from network); 26 Nov 2023 07:09:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Nov 2023 07:09:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 988DF18002F for ; Sat, 25 Nov 2023 23:10:00 -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=-0.7 required=5.0 tests=BAYES_05,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 ; Sat, 25 Nov 2023 23:09:59 -0800 (PST) Received: from smtpclient.apple (228.69.239.49.rev.vmobile.jp [49.239.69.228]) (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 B611F4012F for ; Sun, 26 Nov 2023 16:09:49 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1700982589; bh=BFWf49+RlT0vkJPg8hByoOfou46/IVpIiQ6uwMsLB8w=; h=From:Subject:Date:References:In-Reply-To:To:From; b=j9P7zt+eTEsWE+t7XoUaKv4o/tx4uFx8aAJBgx2YaNwO7jLWRlQf4mH1yaGZB4YdW YvZUXV6eEW7kUpp+VKSzpoSm2cixeffsWAv0mi3NzweuCCvN4zlWsvm6sOzN4Ch+br q3gE/A5QvFNdq6W4mZiKtlXGq93+FP2l75O0FGFI= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Date: Sun, 26 Nov 2023 16:09:37 +0900 Message-ID: <5805C813-6859-4A13-93C1-79744CE1290D@sakiot.com> References: <17F3158B-EB1C-4546-A24D-F7DA957BA4B7@sakiot.com> In-Reply-To: <17F3158B-EB1C-4546-A24D-F7DA957BA4B7@sakiot.com> To: PHP internals X-Mailer: iPhone Mail (21B91) Subject: Re: [PDO] I want to unify the behavior when changing the autocommit mode setting while a transaction is open. From: saki@sakiot.com (Saki Takamachi) Please ignore the spelling mistakes.... Saki