Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100297 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64252 invoked from network); 24 Aug 2017 10:25:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2017 10:25:38 -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:54856] helo=mail.kd2.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/72-34801-1A9AE995 for ; Thu, 24 Aug 2017 06:25:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bohwaz.net; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date; bh=X/7QWsDd7cyiXD25+Bec1+tUCvaKQG5G4Le55WnPsj0=; b=h465kdxJHz3WKib9+9z6+5HUA+SDpSE7pv9X8zZo1oIRi4RG9nQ4lBpVCuysdadDlFuzsenhj991QEqp/ZX0YzDpPGApHKEpDtKt+89rUvouVIFwwPvBoI+9iawpclXB4wy26C7fbRgeWb3cyBcm+UHZoMCGfO30ilPd/xvyHwQ=; Received: from [121.99.159.178] (helo=platypus) by mail.kd2.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1dkpKQ-0005Sr-Kb for internals@lists.php.net; Thu, 24 Aug 2017 12:25:34 +0200 Date: Thu, 24 Aug 2017 22:25:30 +1200 To: "internals@lists.php.net" Message-ID: <20170824222530.402f231a@platypus> In-Reply-To: References: <1e398f12adbdbed6b7caf3b0af07f284@bohwaz.net> <069c08bfe15b856007debab5d0d961be@bohwaz.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-User: bwz@bohwaz.net X-Authenticator: login X-Invalid-HELO: HELO is no FQDN (contains no dot) (See RFC2821 4.1.1.1) X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) Subject: Re: [PHP-DEV] Matching PDO_SQLite features with SQLite3 extension From: php@bohwaz.net (BohwaZ) On Thu, 24 Aug 2017 11:55:10 +0200 / "Christoph M. Becker" said : > It seems to me this is rather simple: if a feature is uncontroversial, > it doesn't need an RFC. Since nobody objected against PR #2528, it > was merged (after some weeks). However, there have been objections > against PR #2698, so an RFC appears to be appropriate. Cool, that's a rule that makes sense :) maybe it should be in the contributing guide? Can someone give me RFC power on the wiki (my account is "bohwaz")? Thanks. Should I include the proposal for adding the PDOStatement::readOnly() method? Should it be named PDOStatement::sqliteReadOnly() or readOnly()? I have no idea. Or should it even be PDO::sqliteIsReadOnly($statement)? I think that adding read-only and read-write opening options for SQLite PDO shouldn't raise any eyebrows here as it doesn't involve any new method, so I'll do a separate patch for that. Anyone objecting? Cheers.