Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75803 invoked from network); 26 Sep 2017 02:03:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2017 02:03:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@bohwaz.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@bohwaz.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bohwaz.net designates 5.135.163.151 as permitted sender) X-PHP-List-Original-Sender: php@bohwaz.net X-Host-Fingerprint: 5.135.163.151 sanguine.kd2.org Received: from [5.135.163.151] ([5.135.163.151:38575] helo=mail.kd2.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/3B-05407-C75B9C95 for ; Mon, 25 Sep 2017 22:03:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bohwaz.net; s=mail; h=Message-ID:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:To; bh=S8oj1UZmaIauNDKVNeQa5r0CSTxFXL6ITdMlwPXsjWI=; b=XPljYwuBv7XbNWQiIOYaVn4dRfZd76HxnJWmIsqqh/76AIMW5Talibjh25PFPbQTr9ef/Y8/hqvCgdHtdEU6+UAAoKJXmHuBC8VxFPTWdK7qdZDh2xQwUBgAl7wEH8g9Ty0bkCncvJ1281/zd/PPnyGccxIYSsKUdcd1KWJqN/Q=; Received: from narragoon by mail.kd2.org with local (Exim 4.84_2) (envelope-from ) id 1dwfDl-0007E0-CP for internals@lists.php.net; Tue, 26 Sep 2017 04:03:37 +0200 To: internals@lists.php.net X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 26 Sep 2017 15:03:37 +1300 Message-ID: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> X-Sender: php@bohwaz.net User-Agent: Roundcube Webmail/1.1.5 Subject: [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO From: php@bohwaz.net (BohwaZ/PHP) Kia ora, 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. Cheers.