Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121868 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 52784 invoked from network); 30 Nov 2023 01:42:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Nov 2023 01:42:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A60A618002F for ; Wed, 29 Nov 2023 17:42:37 -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 ; Wed, 29 Nov 2023 17:42:36 -0800 (PST) Received: from smtpclient.apple (105.14.156.220.rev.vmobile.jp [220.156.14.105]) (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 9E293401D1; Thu, 30 Nov 2023 10:42:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1701308545; bh=WYxDiCJ9uFKb06AhZWYPQmN5AFaUhRTQ2VLHft+EWyw=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=aOSod6CyL5WaceVaUe+Sm9++iSrR87W9DFPSC7okX9bEHKLAl0ZwFg2ASlv6JO4w/ FG/E+fviBoWreyzEzZpSCyRx5Hl8dWv5vjdDIa31YGlhcMJV6FS5P/Qfm1wYQoQluy NcZKOGaRH2AkFhDNjObAY7sviQ/IXkWNIBXpWdNM= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Thu, 30 Nov 2023 10:42:12 +0900 Message-ID: References: Cc: PHP internals In-Reply-To: To: Ayesh Karunaratne 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 Ayesh, > Unfortunately it did not make it to PHP 8.3, but the RFC vote > indicates the trajectory everyone hopes to have in PDO. It was voted > yes unanimously, so there is definitely a preference in majority of us > to iron out the differences, but perhaps in a non-BC way, preferably > making these inconsistencies obvious from the API level and not at the > test/doc levels. Thank you, as you said, it seems that subclasses will allow implementations t= hat take advantage of the features of the DB. Considering that, there may be no need to forcefully unify the PDO specifica= tions. Regards. Saki=