Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100778 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56695 invoked from network); 27 Sep 2017 08:47:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2017 08:47:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.173 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.173 mail-pf0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:48905] helo=mail-pf0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/81-34114-9B56BC95 for ; Wed, 27 Sep 2017 04:47:55 -0400 Received: by mail-pf0-f173.google.com with SMTP id n24so6926871pfk.5 for ; Wed, 27 Sep 2017 01:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Sx9yAMOHWkuGI2P/OwOYVhp/rMwoFmwOTpz0FnLzdfw=; b=TvNWXzVgg04aSzqzWRyikEGPgBmXs2sXCDWpt6FSVAPPzyUrjZngxU+9PNa/xpuvfH nNpYlR0QZCRBTt30VY0ayl0yuP+rHN8xkr6PmLwdrmTN5CxIw0TaGyuOAW4XLJ9lLr/1 sMWig/p+5VyGzoHkB3GtsYbnPW70OSKlJtsUwaorLdgpiHJ/PvwSCCt3HRDis+92XX4B pH5c6yE33dEfoFMgsde4ZsR5tt/VcO1lSdmY+9y9muJ6ZtSQNcZpGUTMQkE2ashht6ad xbXEE6EtAby9uwaY1ouRT3wfaJEZf5h7Ntb5ZS+llz9DCqh82+zD8PbCn22zArYBcqYQ zCtg== 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=Sx9yAMOHWkuGI2P/OwOYVhp/rMwoFmwOTpz0FnLzdfw=; b=P93YQL0FNAYLmPhZxsWKH6ONOSK6smCDCFMs5h1P2stwrKDamd2GpYkbmu9X38tsqo aMn5izNDPRigTF0jKIB3hcTY6mkdFv0lmj6x1K6nPGyM/vCPlV8bkka07Gq2gdIpOeGB rzS4nn6RCOHqAk0bG8UKcF1dbhmf1WWaU1YhcQnn90fk8hwgVyQ5YbM/8BJ07W0JQYaK AE0n4bx21EWtK7t2Hh2/zYB1XzZ2bV/Hpe75vtuhAz/mwCqGAolQgcvjgXRcrqKCuJbI vQ4s0+GnGlYLqGQgeQ+2s7WgUNJJpu3iATNMoIIbqYgbSOzPVJtKWUVvpCUdx3Q5U7R9 kxtg== X-Gm-Message-State: AHPjjUjUAf7Kz+EoPHOIO97wUuA38BzDhBffUNyc3zti/7V/iGWRQAOi 7K02c2wh6XWJrmWG9zaq0FlDBtd5aBI6jktcBbmnN3wnx3M= X-Google-Smtp-Source: AOwi7QDEofwElF29ujLK5n1Rmuj487iz5db3rP+xS1/BJ9YRw1E4TWHp4rEL/sA1qlmB17AfnvkpkN3sgn1ElfhZDMo= X-Received: by 10.98.32.139 with SMTP id m11mr684556pfj.172.1506502071408; Wed, 27 Sep 2017 01:47:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.144.87 with HTTP; Wed, 27 Sep 2017 01:47:51 -0700 (PDT) X-Originating-IP: [81.143.203.71] In-Reply-To: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> References: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> Date: Wed, 27 Sep 2017 09:47:51 +0100 Message-ID: To: "BohwaZ/PHP" Cc: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO From: danack@basereality.com (Dan Ackroyd) On 26 September 2017 at 03:03, BohwaZ/PHP wrote: > Kia ora, > > https://wiki.php.net/rfc/implement_sqlite_openblob_in_pdo Couple of questions: > $stream = $pdo->sqliteOpenBlob('test', 'data', 1); I tried reading the code but failed; what happens when this is called on a PDO connection that isn't to an SQLite database? Also, there should probably be tests around that behaviour. > Proposed PHP Version(s) > Next PHP 7.x Please can every RFC be explicit about the version it is aimed at? Although it might be 'obvious' to you, in the future when someone is looking back at declined RFCs trying to match up release dates with RFCs that have 'next' as the version number is confusing. cheers Dan Ack