Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82912 invoked from network); 22 Aug 2017 05:11:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2017 05:11:06 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.128.176 mail-wr0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:36721] helo=mail-wr0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/D4-34801-9ECBB995 for ; Tue, 22 Aug 2017 01:11:05 -0400 Received: by mail-wr0-f176.google.com with SMTP id f8so78854497wrf.3 for ; Mon, 21 Aug 2017 22:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=28cW/DHaPZ4oWSBbuphlgCETxPUqr2aTXc31uRLHEWQ=; b=msdn7sr9HO/ZPSwJEpn023KfXTQgPtE9MzolJuavykvgUuE6XB+EuPj6uhZDaLdPw8 HOjhFaFiNBEWsuA62CT2nn9wrWm/49Ec09Gk9Xdb8s65QgnVi5jTGdeaqcX9lMNkjO0B 973Ad9aQXtDXWtP0uo95tCZuA5VTXJ/E5KztoaCTiWmwxXLfqZ7vG4JRdkeFrik9BYn/ XdVVYpYuK/1I/5otph8mhi3nMfE7xDGhBpHLWHBGh+rUzLypYo29yFPgDY61fQ0i5JjT 2HMXUUbClkwzc+GbEkgFdPe7x5OnLVRNDEAzVU+wkirD/rTttmVJA/UvgqnQi3Z0FY4v PklQ== 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=28cW/DHaPZ4oWSBbuphlgCETxPUqr2aTXc31uRLHEWQ=; b=aokGjG8dy5xSSXyQvJ/vpgPLvlCRShML+OSv1+iZqGVAtky2cgeCrpSBRbzirGieJI 7mulTBvU4+fOaJYH1vVz36SN8N9iKLeYq3jtiiqAgBIusUVM9S2DJ85DvchUYyhvDadg EmX/uNJ/7BqP/6/wl9/rCJHYCEYUkbfFsdMFMhCu/Pb4z/vSMPeGKKTtUrEH6+ceZUfH SckL2DN2Vk4VsiISc542R8hDljSs5gG0jba0qFfkNZd9jU9xvA8k02Mlrk2YfRVKXrEg spnBOU99pXZ83oTmVgbpSzAQBZXykhPRPxBXagWDVMDlJK6R91NnOPRnQ6vOJeZ+Balv +0/g== X-Gm-Message-State: AHYfb5hNZ3YD7sPYOyTX/MDzI+/vv2wdZo3IUqJbACpjZxADVxaeSCpX Sz9zMSoSimftuOGU3EHwNBebmb8y0o6g X-Received: by 10.28.63.18 with SMTP id m18mr7922411wma.79.1503378662246; Mon, 21 Aug 2017 22:11:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.135.154 with HTTP; Mon, 21 Aug 2017 22:11:00 -0700 (PDT) Received: by 10.223.135.154 with HTTP; Mon, 21 Aug 2017 22:11:00 -0700 (PDT) In-Reply-To: <069c08bfe15b856007debab5d0d961be@bohwaz.net> References: <1e398f12adbdbed6b7caf3b0af07f284@bohwaz.net> <069c08bfe15b856007debab5d0d961be@bohwaz.net> Date: Tue, 22 Aug 2017 07:11:00 +0200 Message-ID: To: "BohwaZ/PHP" Cc: PHP Internals List Content-Type: multipart/alternative; boundary="001a114b723a2050540557509fc8" Subject: Re: [PHP-DEV] Matching PDO_SQLite features with SQLite3 extension From: ocramius@gmail.com (Marco Pivetta) --001a114b723a2050540557509fc8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yes, because once it lands in core, it sticks around for almost eternity. On 21 Aug 2017 23:54, "BohwaZ/PHP" wrote: > Le 22/08/2017 07:55, Adam Baratz a =C3=A9crit : > >> 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 ou= t. >> > > Do we need a RFC every time we patch for a missing method ? > > Btw there's already sqliteCreateFunction, sqliteCreateAggregate and so on= , > so it's pretty much just the continuation of that logic, even though I > don't really like it either (especially as lazy-loading by extending PDO > makes it so that the methods are not accessible until the connection has > been established, which is a weird behaviour imho). > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a114b723a2050540557509fc8--