Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113140 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83348 invoked from network); 11 Feb 2021 14:56:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Feb 2021 14:56:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E04EF1804E4 for ; Thu, 11 Feb 2021 06:41:31 -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-Virus: No X-Envelope-From: Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) (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 ; Thu, 11 Feb 2021 06:41:31 -0800 (PST) Received: by mail-ej1-f53.google.com with SMTP id l25so10408735eja.9 for ; Thu, 11 Feb 2021 06:41:31 -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=g6tgtKJzlNrqgvv1Emn0EHwvltm2E2lZTFx4pS5Uu3k=; b=Zp51F8C/qWVnIh6Q7H/o7QK0xUBC3SyTs/AS21c1cn0jwFUWZGrxfaOGcdPfrwAFeG 1H/1p0Mz8OjZh8fHwgst0dr2xczwqOZ0x7rJ3tNNb19WUDg5ly5GlDeTyJUdRY74BHbE EzJ8+yfFQL0bgwq9EvKixh16QkCCCmzw4l+vXziS/tBIbgrSWsOKmCwK5pawhfICgoAw XCH4YcOJ4jhxn7VAyzg/9unTN+m2LSj3QMlHa6obzgAoJTvcAEyK1U65NvMpepcnyz8F D0VsbJAOJFNgqg7aaBTo0bGmTFNeSW24pwxrLtApxjQ8PasYgFGOSzDEFvI1MNezloou GcqQ== 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=g6tgtKJzlNrqgvv1Emn0EHwvltm2E2lZTFx4pS5Uu3k=; b=e0xEbr7wrFle4Av2aVCVGIfQHxWSk5PzipEKt4txcNR3cvvJ5kIm7BRtr8kVZnZJs8 luRDRxWLUy+DeYjCZMCMLKleYHnKw5JingLlTUgFsLD0/Ox96eEXqB3Ywlu6S5beQGo1 CVbzpYkck4xKrUplcTvMYFxBMURAt+2N8tYnvfiofY6TbjvmtyOMEhq1sDu0YSus8LSo /LWnvsherheVUW11G84KbOBHnBQb+kUEML//1wg7OM0yi36Wxb0rxz1rel4alC66W+NX H19+Au+T8FMIFMs+lbRU2hNc6STGU+l6bWZ3gCYAtIpxJhcFNOt1gOiZ1twret1wT685 sjpA== X-Gm-Message-State: AOAM532JFMsswU80wOV8xTf5HNrY3uqu4SyoUldxTNeHkzrPpwl6GOhw aroip7q4bxnvHARH9mFsuVPTmc1wfXj5qP/j/dLf33pZDD2RKw== X-Google-Smtp-Source: ABdhPJxdOeq4ayd+fplwhv79CeQT8QsgJxER6q8u9OnXhGX+X6nE9PpJoifTq3aHvwBlQnctiB47i4GQ67OhTOYY/is= X-Received: by 2002:a17:906:31c1:: with SMTP id f1mr8644218ejf.263.1613054489861; Thu, 11 Feb 2021 06:41:29 -0800 (PST) MIME-Version: 1.0 References: <1db192c8-5783-863d-880f-fbf2877e84bd@stuart.id.au> In-Reply-To: <1db192c8-5783-863d-880f-fbf2877e84bd@stuart.id.au> Date: Thu, 11 Feb 2021 14:41:19 +0000 Message-ID: To: Russell Stuart Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000df229b05bb10831f" Subject: Re: [PHP-DEV] Requesting RFC karma for your wiki account. From: george.banyard@gmail.com ("G. P. B.") --000000000000df229b05bb10831f Content-Type: text/plain; charset="UTF-8" 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 --000000000000df229b05bb10831f--