Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26355 invoked from network); 23 Feb 2015 20:12:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 20:12:32 -0000 Authentication-Results: pb1.pair.com header.from=adam.baratz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:38940] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/0C-01128-EA98BE45 for ; Mon, 23 Feb 2015 15:12:30 -0500 Received: by lbvn10 with SMTP id n10so20968776lbv.6 for ; Mon, 23 Feb 2015 12:12:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9yJHn0mkqKBmqVFGMj2WnuS7ybeYakNOb0JMjLP+R80=; b=qK4LqR0ejTFtIwqLy79uk29EF+6SSSyZUmr6rF8mmr4TSc3xz4qRZZjT3bLW1Tz1LT U/hLzOH+lWmdZ3GEbNDV/61I7e7Was675q6FJESYNTTpcU0p58RrtYTceAq64jtiQ6Q+ tFW2YwyShHiWO0or2XvhpjAFSJS4QHm2KqBCYu0GVfJWepGlrVsc7d1hDZZ7NfZ8Cqt5 bo5HMh/7gCTvDtnT3qDYcLfYtktIQyJFCvokcNltJqRHV2w2C20n7nNF5bPFzse2f3ad 6wDYjzAHPnGHd6JG8Coj0J7DDH47Wb3nUaRSd1bJ6ZQwdq89xX29kM5nJULTsOE5vmKX wIbw== MIME-Version: 1.0 X-Received: by 10.152.197.34 with SMTP id ir2mr8804390lac.36.1424722347524; Mon, 23 Feb 2015 12:12:27 -0800 (PST) Received: by 10.152.134.40 with HTTP; Mon, 23 Feb 2015 12:12:27 -0800 (PST) In-Reply-To: <54EAF61C.60005@beccati.com> References: <54E9B34C.80202@beccati.com> <54EAF61C.60005@beccati.com> Date: Mon, 23 Feb 2015 15:12:27 -0500 Message-ID: To: Matteo Beccati Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11343d1c6d8949050fc705e9 Subject: Re: [PHP-DEV] PDO_DBLIB type handling From: adam.baratz@gmail.com (Adam Baratz) --001a11343d1c6d8949050fc705e9 Content-Type: text/plain; charset=UTF-8 Makes sense to me. (I'm new at how this community works.) Should I include a patch with the feature request ticket? Should I be working against master? On Mon, Feb 23, 2015 at 4:42 AM, Matteo Beccati wrote: > On 22/02/2015 22:02, Yasuo Ohgaki wrote: > >> Hi Matteo, >> >> On Sun, Feb 22, 2015 at 7:45 PM, Matteo Beccati wrote: >> >> The default behaviour of mysql/pgsql drivers is to convert to the >>> matching >>> PHP type, if possible. That can be turned off via >>> PDO::ATTR_STRINGIFY_FETCHES => true. >>> >>> If PDO_DBLIB doesn't behave like that, I'd say it's a bug that needs to >>> be >>> fixed, but possibly only applied to a major/minor release due to the BC >>> break. >>> >>> >> Please write up RFC now. It's the time :) >> > > I'm actually saying that we don't need yet another RFC to fix bugs ;) > > > > Cheers > -- > Matteo Beccati > > Development & Consulting - http://www.beccati.com/ > --001a11343d1c6d8949050fc705e9--