Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113135 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 31953 invoked from network); 11 Feb 2021 02:18:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Feb 2021 02:18:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 036C71804D0 for ; Wed, 10 Feb 2021 18:03: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=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,PDS_RDNS_DYNAMIC_FP, RDNS_DYNAMIC,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from hfc-kenny.stuart.id.au (115.113.218.139.sta.wbroadband.net.au [139.218.113.115]) by php-smtp4.php.net (Postfix) with ESMTP for ; Wed, 10 Feb 2021 18:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=stuart.id.au; s=dkim; h=Content-Transfer-Encoding:Content-Type:MIME-Version :Date:Message-ID:To:Subject:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=pzOh4n54q/sdQVbKKyxrfTCBTjP29hWMOdVVLV5e+iM=; b=yhuedfrXRADeW/UQhrjdbw6t8b gBnmOZZQsBWvKSmnIhOH0se3Hw4eegxzetXi6DzceknoD50uzo5AaZ8x+IHUzLAHqum73sYUT9u00 EwOiKvbtT2vQNQuXfWT9mjsMSbyptlXuzndsINCupTORmy86HnnGS5JDb71oreh1QQlDEO5MQa5C5 GhncPJNAdVJ/0A4L2A3FbDaAPTq7AwqbYUTEvREoufflTF/aiTmIAi4LuimymnYp3mngBqRPMvZgF kkmz/wjDxFtBBtMiJRgBByZG5micglntbnmIxIEPPH5zqJjSyC1gxXCQ8qsFCpOEmYLq8viwE1YKE X3Fz5LMA==; Received: from 122-199-1-42.ip4.superloop.com ([122.199.1.42] helo=[10.7.0.130]) by hfc-kenny.stuart.id.au with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lA1KL-00047E-2W for internals@lists.php.net; Thu, 11 Feb 2021 12:03:29 +1000 To: internals@lists.php.net Message-ID: <1db192c8-5783-863d-880f-fbf2877e84bd@stuart.id.au> Date: Thu, 11 Feb 2021 12:03:28 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-AU Content-Transfer-Encoding: 7bit Subject: Requesting RFC karma for your wiki account. From: russell+lists.php.net@stuart.id.au (Russell Stuart) 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