Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117859 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 11483 invoked from network); 6 Jun 2022 19:25:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Jun 2022 19:25:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B1C011804C6 for ; Mon, 6 Jun 2022 14:10:48 -0700 (PDT) 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,T_SCC_BODY_TEXT_LINE 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-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 6 Jun 2022 14:10:45 -0700 (PDT) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-f16a3e0529so20728088fac.2 for ; Mon, 06 Jun 2022 14:10:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+vfq5GXrI1MfnWJOYYi7nm00U9t2RTqnZBv5eTpn5Us=; b=Vaucxfocusitppf/gHwYk55gkbyPATFwcg1st0PhodasqkVXvXX0ATR6RH8KJKAqo9 9haDljIPMFCG+iqsa2KDBbY9gr9Rzxram7rrY4HHjIrFPq6uhHrsFFAVmHy3XVfAsUuv WgbODEgW/2IyGl+7Rw2mtC0HmLe41FEY+p5k0QV3sgCTfgCn6nYqrQkjAXh2xub8aD8O cG49ZWyMEOf776QPRH2CVjtXUDX/nwWNNblEC/rAydE4mL/XdKdNOOW89Zv5eKK+tLqA XUgiy0hHpq8Zh02sY+ZEuJRTishIbGelEnkUsnDFG0JW0+Ttzo5XxbzhoiUCIt0fO7Sd fikg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+vfq5GXrI1MfnWJOYYi7nm00U9t2RTqnZBv5eTpn5Us=; b=IdEYQTNclU8QttT5FETvmvhgEDNPkyo7lKdWXIDvkcXJC3RxgQq4QTIy5HXzqJt4WX aVlbAufrCO27ATe4E1fpc7+0A7RAaMq6Jav+sia8FQ3VQV5Sf6cgJgjDoTkW6ijtyPr2 9A4eICpPRAiTrJA8goetUOE4vxXSpm3gPX+JHkQdQ/rh9kq2Sdy3WQXBkmoP2cpS/ZIi N5oAYKeaQc79EvvznY46yHlLMOL3UTUmJa/rkxLsFuq9foedIyyZeQPSMLqsiVv5QhKR lS8f2FjnKygNO+AQvrpuA/r5ZTmoVqdbeyiNYIhQF+ihus8SaBJE5476L6bBtT+S11qu 8yeQ== X-Gm-Message-State: AOAM532wFRLSMtX5YMCtw1it0gRUCy4HHqsZZriwxCtrI77mEFxwH/Bf udpzgLNLTgMTbqbghSQFNvg0hvky9t2g3hGTC+uLuMROzzk= X-Google-Smtp-Source: ABdhPJwpHweAGRJ7uAye8EPlHVqUni1W9/nHFKnQIkeztsX0wjP/7OEyMU9sT4ldWbiKkpoQ0Gmoh73BhZiGbWf6FPE= X-Received: by 2002:a05:6870:9a09:b0:e9:20a7:6cf6 with SMTP id fo9-20020a0568709a0900b000e920a76cf6mr31600827oab.122.1654549844319; Mon, 06 Jun 2022 14:10:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 6 Jun 2022 23:10:33 +0200 Message-ID: To: Dan Ackroyd Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000bbe35505e0cde76f" Subject: Re: [PHP-DEV] DB specific PDO subclasses questions. From: benjamin.morel@gmail.com (Benjamin Morel) --000000000000bbe35505e0cde76f Content-Type: text/plain; charset="UTF-8" On Mon, 6 Jun 2022 at 21:15, Dan Ackroyd wrote: 2. Other than the SQLite blobOpen functionality, does anyone know of > any other functionality that is exposed by SQLite or Postgres that > isn't currently exposed through the magic PDO methods? > Hi, what about the ability to load an extension on SQLite? https://bugs.php.net/bug.php?id=64810 Basically the equivalent of SQLite3::loadExtension() - Benjamin --000000000000bbe35505e0cde76f--