[PHP-DEV] DB specific PDO subclasses questions.

2022-06-06 Thread Dan Ackroyd
Hi, I'm looking at making an RFC for subclassing PDO to expose database specific methods in a less magic way, aka implementing what was discussed here: https://externals.io/message/100773#100813 I have two questions for people who use the PDO with SQLite or Postgres 1. Are any of the functions t

Re: [PHP-DEV] DB specific PDO subclasses questions.

2022-06-06 Thread Benjamin Morel
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

Re: [PHP-DEV] DB specific PDO subclasses questions.

2022-06-06 Thread 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

[PHP-DEV] Re: Adding new closing tag =?> for keeping trailing newline

2022-06-06 Thread shinji igarashi
Hello! I asked for opinions on reddit also. https://www.reddit.com/r/PHP/comments/v5le6h/adding_new_closing_tag_for_keeping_trailing/ Popularity on reddit and acceptance by people with voting rights on internals can be different, but it seems that, at least in its current form, this proposal woul