Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108259 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74438 invoked from network); 27 Jan 2020 11:18:38 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Jan 2020 11:18:38 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2E9B51804F3 for ; Mon, 27 Jan 2020 01:28:46 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 27 Jan 2020 01:28:45 -0800 (PST) Received: by mail-ot1-f45.google.com with SMTP id g15so7730477otp.3 for ; Mon, 27 Jan 2020 01:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FB5U6MpBS9tt0eW11v8bwctC3ebtanapoqcC5I/yN3s=; b=qGLUKvv1t6/PfeRrCCgHqCFiNtmSVD9flexLRiVHQm2Ge5sB77SGVvz2+IP8XYrp+y I/50w20tsuD/Biq2tN//RG4aK7uH9DAA4spJVLcdOA1+gWyPbhNldK6kgGU7JdKLhN1Q 64m/ih/eW7Nw80QokfUs0Oh3LlEhzkMtAYXnrA6iMTAixEbJaB9qEJuAyHTXkn4TdJLy MtuTXwPHdE1BwhdOfc//y3EJZLCychOPHTBWe9Ht+ceX9coHMGyNUdVHE5oNFa/6mZkU sDH9yLBFBClivO+0bPNajip2snYGMb9bAYjpQ12Ixna6MLM3ZY2Tg8wBlR7MYqHfgUf4 P4EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FB5U6MpBS9tt0eW11v8bwctC3ebtanapoqcC5I/yN3s=; b=B1uEygbOjsEb8/LV8sk/c08D772TZCJWlC5OtRsf3fGggOCMKf6v3JGAz29b2St2D/ 7Cw2PTynoF5b9Uxv0Mzev0e5ONdJCPCwFBWuMY5OdwaO08DWHn98ciGuVMHKlwBNpjSM RGAKML7crPr2YoGeR/jb++R5X1+oogiVBPLvzn/kFQFeLN9Twp3Pw5Hfv4o26nnMB/2b jUBsO7PYLQh3EaEBNPSBROt5moZlpKmhTOUHm8YZuPDw634g5IrQUkmY946Ij/jwERuV jHXpFLO8gPkQuvXxwm+Y6r8mpd5RCcdH0UT4r82kNg1JeWXyXKeNzRnsTU9LV69g0RR4 rR5g== X-Gm-Message-State: APjAAAVpJFWtXkT3RE0eI3uI98wBXSwUjTHTG/+53i+xjaRdKyNVpyfw yAOY8uZVYDZXNIg+cPCj9aNpKRGGzh7894XvCizYwvZ1ggQ= X-Google-Smtp-Source: APXvYqwjuJzwz4OOth31/I0V51QQwdg9SVB1kruby5c/zE1fRGA15oQdrbVPPABz6t6jS/LNx/Vj15uNFSc7rA15pPw= X-Received: by 2002:a9d:4711:: with SMTP id a17mr12225088otf.233.1580117325160; Mon, 27 Jan 2020 01:28:45 -0800 (PST) MIME-Version: 1.0 References: <20200127023912.1167918b@platypus> In-Reply-To: <20200127023912.1167918b@platypus> Date: Mon, 27 Jan 2020 10:28:33 +0100 Message-ID: To: BohwaZ Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000dea404059d1bbb54" Subject: Re: [PHP-DEV] The future of SQLite3 and PDO/SQLite extensions From: benjamin.morel@gmail.com (Benjamin Morel) --000000000000dea404059d1bbb54 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > I think that PDO_SQLite should get the same features as the SQLite3 > extension, and the SQLite3 extension should be deprecated and > eventually removed and replaced by a userland library that would wrap > around the PDO_SQLite API. Hi BohwaZ, Having only PDO_SQLite sounds good to me. Currently, it cannot be used to load SQLite extensions , so this i= s one of the reasons one may have to stick with SQLite3. If the PDO_SQLite features come on par with those of SQLite3, I personally see no reason not to ditch SQLite3 eventually. =E2=80=94 Benjamin --000000000000dea404059d1bbb54--