Requesting RFC karma for your wiki account.

php.internals

Russell Stuart

5 years ago
I'm created a branch to php-src that makes pdo_firebird::getColumnMeta() return "native_type" in addition to "pdo_type". It also fixes a bug in the current getColumnMeta() (of the SIG_SEGV variety), and adds a unit test getColumnMeta() for it. There is none currently. The branch is here: https://github.com/rstuart/php-src/tree/0044.1-add-pdo-firebird-getcolumnmeta.patch If I get RFC karma, I will create an RFC and a pull request for it.
-- Regards, Russell Stuart

Girgias

5 years ago
On Thu, 11 Feb 2021 at 02:03, Russell Stuart < russell+lists.php.net@stuart.id.au> wrote:
> I'm created a branch to php-src that makes pdo_firebird::getColumnMeta() > return "native_type" in addition to "pdo_type". It also fixes a bug in > the current getColumnMeta() (of the SIG_SEGV variety), and adds a unit > test getColumnMeta() for it. There is none currently. > > The branch is here: > > > https://github.com/rstuart/php-src/tree/0044.1-add-pdo-firebird-getcolumnmeta.patch > > If I get RFC karma, I will create an RFC and a pull request for it. > > -- > Regards, > Russell Stuart > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > >
I don't think this would need an RFC as the MySQL PDO driver went through the same change. Have you opened a PR against php/php-src? Best regards, George P. Banyard