Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120767 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94808 invoked from network); 7 Jul 2023 17:39:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 Jul 2023 17:39:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CD9BD180511 for ; Fri, 7 Jul 2023 10:39:13 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS47066 71.19.146.0/24 X-Spam-Virus: No X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 7 Jul 2023 10:39:13 -0700 (PDT) Received: from smtpclient.apple (fctnnbsc38w-47-55-87-230.dhcp-dynamic.fibreop.nb.bellaliant.net [47.55.87.230]) by supercat.cmpct.info (Postfix) with ESMTPSA id E9FB93FC62 for ; Fri, 7 Jul 2023 17:39:10 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Message-ID: <44E4F0BD-C56B-4817-B809-AE18622ACE8A@cmpct.info> Date: Fri, 7 Jul 2023 14:38:58 -0300 To: internals@lists.php.net X-Mailer: Apple Mail (2.3731.600.7) Subject: Proposal: Binary type for PDO From: calvin@cmpct.info (Calvin Buckley) Hi internals@, I=E2=80=99m linking to a GH issue I filed a file back about extending = PDO. It's intending to address common issues with dealing with bindary data that I've seen users deal with. In particular, I=E2=80=99d appreciate feedback from people with PDO = internals, and any other DBMS' features/limitations that could affect this. The issue on GitHub is here: https://github.com/php/php-src/issues/11462 I'd like to hear any oversights, and what could be done to take this further. I haven=E2=80=99t heard much other than some +1s on the issue = itself. Regards, Calvin=