Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97543 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81890 invoked from network); 6 Jan 2017 19:13:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2017 19:13:15 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:42486] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/2A-23307-A4CEF685 for ; Fri, 06 Jan 2017 14:13:15 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 534407803AC; Fri, 6 Jan 2017 20:13:12 +0100 (CET) Received: from w530phpdev (p54A77FD0.dip0.t-ipconnect.de [84.167.127.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 021BF7803A4; Fri, 6 Jan 2017 20:13:09 +0100 (CET) To: "'Adam Baratz'" , "'marius adrian popa'" Cc: "'PHP Developers Mailing List'" , "'Dorin Marcoci'" References: In-Reply-To: Date: Fri, 6 Jan 2017 20:13:06 +0100 Message-ID: <02dc01d26850$eb4e3810$c1eaa830$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKOV1z6yLYA/XiBhzL6jPyAglZyvQHDfiIqn6XWkCA= Content-Language: en-us Subject: RE: [PHP-DEV] Dorin Marcoci Added Firebrid native type mapping for integers (smallint, integer, bigint) in PDO_Firebird driver From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: Adam Baratz [mailto:adambaratz@php.net] > Sent: Friday, January 6, 2017 7:59 PM > To: marius adrian popa > Cc: PHP Developers Mailing List > Subject: Re: [PHP-DEV] Dorin Marcoci Added Firebrid native type = mapping for > integers (smallint, integer, bigint) in PDO_Firebird driver >=20 > > > > Firebrid > > native type mapping for integers (smallint, integer, bigint) in > > PDO_Firebird driver >=20 >=20 > It looks like this is an "always on" feature. There's a PDO attribute, > PDO::ATTR_STRINGIFY_FETCHES, that's intended to allow toggling. Since = this is > a functionality change, I'd suggest supporting it. It'll make it = easier for users to > migrate if they have any baked-in assumptions around getting strings = back. >=20 Good catch. Dorin, would you be up to implement this please? Thanks Anatol