Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123408 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 042381A009C for <internals@lists.php.net>; Thu, 23 May 2024 02:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1716432374; bh=7vkFkRavMGDtVLMXYozlW0T0tJ0GT8gmWZGU2izwxkw=; h=From:Subject:Date:References:In-Reply-To:To:From; b=RYglJFb4A6Wdm6fOI1yN4CMSd2vyYZDpHR/c1lm/LqSvjEXf32sv6M0YG472PJW3K bAF1rx1YF5ddnSVjrxQQq/v7BpTNSvRnUhZJF5akdNTvgXCPArZXnF8uCL4yH49Ng0 eCHZBPSEUq3scOvHfmwiJKtz8evekcsQCddA04tZIu31Ltwf0Refs27SveGxqPvEz7 Pu6jLNYVBzVw0/7SZzi24pJzaxGmjEOCbA7ehYme8Ys8AXjzlTGkxjX1Bg5lgDPMEb Hb0ee57cHjwGsD2tkKQiMccWaEivjYS8KmG3Ndl1FBcpzVUPl5L8axDlsN4OXNOzgN lUfjJGu+OiCRQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D8AE418003C for <internals@lists.php.net>; Thu, 23 May 2024 02:46:12 +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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: <saki@sakiot.com> 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 <internals@lists.php.net>; Thu, 23 May 2024 02:46:12 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (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 C155840004 for <internals@lists.php.net>; Thu, 23 May 2024 11:45:12 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1716432312; bh=7vkFkRavMGDtVLMXYozlW0T0tJ0GT8gmWZGU2izwxkw=; h=From:Subject:Date:References:In-Reply-To:To:From; b=rtHVOI18p0FuoImQ3eJiVQL4/U2H1HZJW+fctlNSEQ0gBVw24dUckv5BXU+TfraMm wp5DGpXbRcO7aLRd53Ux2KGQOUx2ZI/4/hJiOoAtcIRDFrveqSrr52hYMRQRSFykxa YHriTwFw8Q3maaX6NhWG2il6hsWigthr8oN8r1GE= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: <mailto:internals+help@lists.php.net list-unsubscribe: <mailto:internals+unsubscribe@lists.php.net> list-post: <mailto:internals@lists.php.net> List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] PDO subclass names Date: Thu, 23 May 2024 11:45:00 +0900 Message-ID: <22B6F92A-F974-4D64-9EEA-652D5FFD5556@sakiot.com> References: <6923C7CF-9168-433C-B2B3-9069F1A766B8@sakiot.com> In-Reply-To: <6923C7CF-9168-433C-B2B3-9069F1A766B8@sakiot.com> To: php internals <internals@lists.php.net> X-Mailer: iPhone Mail (21E236) From: saki@sakiot.com (Saki Takamachi) Hi all, If there are no other comments, I'll update this to master. (There seems to be a discussion going on about class names at the moment, bu= t that goes against the Namespaces RFC and is therefore off-topic for this d= iscussion. If you want to change this, you need to have a separate discussio= n to override the Namespaces RFC.) Regards, Saki=