Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66359 invoked from network); 27 Sep 2017 09:41:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2017 09:41:55 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.19 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.19 mout.gmx.net Received: from [212.227.15.19] ([212.227.15.19:50303] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/83-34114-1627BC95 for ; Wed, 27 Sep 2017 05:41:55 -0400 Received: from [192.168.2.106] ([79.243.124.218]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MCtql-1e554v1nQR-009jx8; Wed, 27 Sep 2017 11:41:50 +0200 To: BohwaZ/PHP , internals@lists.php.net References: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> Message-ID: <0607d622-caa9-ae1d-33db-1958a0ff0500@gmx.de> Date: Wed, 27 Sep 2017 11:41:50 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:bNiF/7LO2VM98uUsLAgv5l2MGxeAFuWxv3s+/BXAHfufVOA8Hhp 3vBf2iZYsxgo+2EaEMhpf6vFO14dtnueeGj4j2TMu3B6LLwL0lZbJaB+TkDCbCsNEbFMqYW dk52NTtqWeXysfP1I0Eq9rAvWWv9rVIKZrPnHN46N2LtFZ+aUTc38wmz4EEexcFKnF8sWwN NROOtiipuk8NlgKL1NsEQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:sS9mwq72ykM=:PNHYuz20TtDMUUQxSe2yyA 8vYJOb2Vi9+8ezokfG+4c0qkMFhvlATNAZhzwRnKlzG1hAMUZg6Xe14C00LUkoc+dyfAvlB6q tN93EAyh7UOqOd5qbxUKqk5TLEQTzSgDkE859kQ5oL4vuXPKkocV4nW5m9EtTtLT4rH/oFxD7 ZzVupCDQbB/PNqt1ml8eYUzD9PpUz/2XicxEAq6J2y+wUvcZFZsFWDq1DkRXmoHEMz/YH0+Mx CMvZAXvWCK2jnV+nVfXHyR4wiZGgvWRszrsHalW49kx4+ff8A0KpyApaznFYlgTjL6WVHM5Jr 5TMFITtx11vaIU17VdIK51qActKZarw8BM50Q8ATYnqcfP5yjCZCAPKrFGTDYp83ack5XLyKQ LWiY5QS5q9dVM0DAIExp4/cIfu2rRzDYpOjA2+pJpuBNlorJdQjQwXaNXX4CXFukcLH68jMfG 7gYLGOSO2nnrSsjr6A+GsEgnZrrrOyp4btlDn7BHDpDlzYmZr8iVR+Buw6sCTieQg7m5IGmK1 blU1VFdp/Aj4lmPBaovmXZ8bHpPJ9cdGCksF/12RWq4rBMk6ixH3oc3843UrgbDG2756egphK OuQ15+9n7xhexrfijq445/wUokCRku0JqaAGxomrT+qwUaQsVJttMYetOdjC9AoBBh/7Ur1ud DXlpw9EKCP4ou9rx5oTXC8/tPCrgaaAR1p368bzttXe1F5ssH/ugQNMqTayoXeyySsvJYR3CX yhv3hVYNLsP51wPjsOANa/HO5IQG/SshxcPuNwzU8oq8yBMYv24IJvxyNnYKZxzupcT39SGXb zA6bM9bAVcrCf4d08jOfYpKuApfIpw/SkQVHdzEzIXm5JocFhQ= Subject: Re: [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO From: cmbecker69@gmx.de ("Christoph M. Becker") On 26.09.2017 at 04:03, BohwaZ/PHP wrote: > following my patch and discussions on this list, here is the RFC > requested by some people here to implement "openBlob" in the pdo_sqlite > driver, to match the "openBlob" method from the SQLite3 extension. > > https://wiki.php.net/rfc/implement_sqlite_openblob_in_pdo > > Discussion should happen in the next two weeks before going to vote. > > The actual patch is here: https://github.com/php/php-src/pull/2698 > > Suggestions and discussions welcome. PDO already has support for large objects (LOBs)[1]. I don't know if and how these are supported by the pdo_sqlite driver, but wouldn't it make sense to use the existing API instead of introducing a new method? [1] -- Christoph M. Becker