Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30075 invoked from network); 21 Aug 2017 19:56:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2017 19:56:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adambaratz@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qt0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:37950] helo=mail-qt0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/03-34801-3DA3B995 for ; Mon, 21 Aug 2017 15:56:03 -0400 Received: by mail-qt0-f173.google.com with SMTP id 57so10223178qtu.5 for ; Mon, 21 Aug 2017 12:56:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5m6p8AjiLT2LD7BqbsPqkiXAYq4F1yOzAI0xeJtyi7o=; b=AC7XFA55whjECR9hC8QvZVjSmH83xrBW9Bpq/rvSVNXZoEh4PObM0vqwOwbKm8LOL7 VKvH4su5v7Jjhxb6DE7PnC1KtzvTo5OrpPkDei7Y3K91zJEuEqwD26toOb1lwSLPq9kf rtuZy/sQkilZdvfHux162onKI4OnHXraOG/GehGmhm5lgVLn0U7nMh0+6m9dOk6za/fc NpItKWTF8h72QjbrAWSvgYR/g+39HSoHWW6LG6MDrHafO8tkYCyrWfHKi2V07eVBzSNf LdV5jCPokr5WBFJSNitbW5nsqkdnQHrJz8xrJz9vJr37tlPw/PoIqy6NUMvrpUlLE5JU f5VA== X-Gm-Message-State: AHYfb5jLiq1rkZDdQDdrFpClQygbXs3EnKQGJSWbl+UuVUH2srLCg92Q 0BlaeYWI+See1wvd7FI= X-Received: by 10.237.45.98 with SMTP id h89mr14417451qtd.74.1503345361296; Mon, 21 Aug 2017 12:56:01 -0700 (PDT) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com. [209.85.220.169]) by smtp.gmail.com with ESMTPSA id 26sm9101122qtp.60.2017.08.21.12.56.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Aug 2017 12:56:00 -0700 (PDT) Received: by mail-qk0-f169.google.com with SMTP id u139so87667599qka.1 for ; Mon, 21 Aug 2017 12:56:00 -0700 (PDT) X-Received: by 10.55.203.21 with SMTP id d21mr26316870qkj.147.1503345360000; Mon, 21 Aug 2017 12:56:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.199 with HTTP; Mon, 21 Aug 2017 12:55:59 -0700 (PDT) In-Reply-To: <1e398f12adbdbed6b7caf3b0af07f284@bohwaz.net> References: <1e398f12adbdbed6b7caf3b0af07f284@bohwaz.net> Date: Mon, 21 Aug 2017 15:55:59 -0400 X-Gmail-Original-Message-ID: Message-ID: To: "BohwaZ/PHP" Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="001a113d9cfc285f76055748de13" Subject: Re: [PHP-DEV] Matching PDO_SQLite features with SQLite3 extension From: adambaratz@php.net (Adam Baratz) --001a113d9cfc285f76055748de13 Content-Type: text/plain; charset="UTF-8" > > I just have proposed a patch to have SQLite3 open_blob feature implemented > in PDO_SQLite: https://github.com/php/php-src/pull/2698 [cross-posted from GitHub] A new method is an API change to me, so an RFC would be warranted. I'm reluctant to add driver-specific methods, since that seems opposed to PDO's driver-agnostic API, but that's not to say we couldn't hash something out. Thanks, Adam --001a113d9cfc285f76055748de13--