Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117860 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 17660 invoked from network); 6 Jun 2022 20:24:00 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Jun 2022 20:24:00 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3021C18050B for ; Mon, 6 Jun 2022 15:09:35 -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=-0.5 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE, 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-vk1-f177.google.com (mail-vk1-f177.google.com [209.85.221.177]) (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 15:09:34 -0700 (PDT) Received: by mail-vk1-f177.google.com with SMTP id q186so6829174vkh.8 for ; Mon, 06 Jun 2022 15:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fXqRAz0oDmuc3QQG9bGtO4NR/qjjvYFv8luMIBKoX3Y=; b=6oypFLtMx8tGIlIFc+mHeO3BJnBYLwMYlLwRaNRoRdWHneti7+I/yk2THbZJvIRsR4 kQdox1B9th51IL3YZDODUaDXVKUSIo2fzkJoiDmMjBwMyT3pT1QjMMj8PZK6cw41MqoQ R22jJtT8c9/LuNW6p5SBixYCC8f1MSj3xRiof9QpAHYJ8rk4BUPlusFSaqWDhyA6f+4Z O0Gzgdt9UjM9iHkhOQ+6l+rV3bqCQCdNbCkWLOtFF2onTxLV2Clbfhh6+WRm+eiVIiCo CTJr/Xls9A1t1fpwOiHJTc9SsB/5QLbCr8HsLvBKyePCLaDLUdQvTV9wA/30FvFJexID myYg== 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=fXqRAz0oDmuc3QQG9bGtO4NR/qjjvYFv8luMIBKoX3Y=; b=TJt0cBvYjfWcKzOE/CeSnu5oyoNgiVzdPnAFIBpQ/VX4q7Q7Dp0hu6EJsEsR29lR4G vTMtrT7Ouf0uheOpO5NCxWd63N2+JM/JHz2zgZvHUtkEInnHM8q+m3isYzPJAjZJJ4pg BlRIbqL9M2skVs2qluHU98Na1TqgL0SE5FRIxW/NMj7h9u7z7SAp1UrsWmm0C8OdR1hC GQJPw1+B2m5PY6izdYoZFfWN0gRbtRqB+4++o2zk9PCQfE0JO3ERmUKKU16F7r2AD7KC nGBhrXt8yzIMzwRZa6kPp3ZnEwlO2OrktZGaqRRVotbFncq0dOiSHxZGcdB9Gv2X5Fkj 0FvA== X-Gm-Message-State: AOAM531o+QkVTVyRdjQWtOAjgj8uDKu9uLw9OmdM/vdQZxV6WAWqYmw7 YXHj4OA1CVOi8tKuLYS1PeeoNvIzrkUeCtNS27/4A2DzVvpecw== X-Google-Smtp-Source: ABdhPJw23osSFQlf11n5CKR7aJJiZ+llWaIA+OwGl24RXUra3gJ1rNDYcjLcrzf/Hpw6uHtZnwoh7EJ+LupBcFUzkZo= X-Received: by 2002:a1f:c343:0:b0:35c:63f2:94b7 with SMTP id t64-20020a1fc343000000b0035c63f294b7mr10584606vkf.9.1654553373735; Mon, 06 Jun 2022 15:09:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 6 Jun 2022 23:09:22 +0100 Message-ID: To: Benjamin Morel Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] DB specific PDO subclasses questions. From: Danack@basereality.com (Dan Ackroyd) On Mon, 6 Jun 2022 at 22:10, Benjamin Morel wrote: > > 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() Thanks, that's exactly the type of thing that should be looked at being added. > [2014-09-17 14:55 UTC] benjamin dot morel at gmail dot com > +1 > Definitely a show-stopper! btw, I admire your patience. cheers Dan Ack