Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81596 invoked from network); 26 Feb 2015 20:33:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2015 20:33:42 -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.214.176 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:55651] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/BF-32582-4238FE45 for ; Thu, 26 Feb 2015 15:33:40 -0500 Received: by mail-ob0-f176.google.com with SMTP id wo20so14000967obc.7 for ; Thu, 26 Feb 2015 12:33:37 -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=mZlJzny95dQfce8pw6OXC399/yDhzVbJC3FQEC5Ydyk=; b=yTitg44SQeLC1YPWRu+n0nzv319zcCSOIQVPIejvX1PyqKh8BB/2nZ+YAAHywV+DNx TjlcE5GhW1avSbmXKH1PBMX0vOZKZf2Cp9J79PDVzCZyzXI0pkngBtbJWhRcqYwD07He ypm/WB48RnKXjoo/CjlcmzsWgXySjzDrC5P4ipetdojf2HOFMomPg4XaVI1HdbYgzljk xQNi2vy6SupwzcoCQdTIqiS9KNgc9y2EWBvZJ3sMnZVaSxY4MXHwUHJWCROdeTCeILWe UDWQ+ogIM2nbCld6xEnFuuAhP/5IF2B+WVFGQlWUEI6eCDRfFVPxY7y53HN0UCaGiM7O 5Tpg== MIME-Version: 1.0 X-Received: by 10.202.55.137 with SMTP id e131mr7018220oia.52.1424982817587; Thu, 26 Feb 2015 12:33:37 -0800 (PST) Received: by 10.202.219.197 with HTTP; Thu, 26 Feb 2015 12:33:37 -0800 (PST) In-Reply-To: <54EB8B54.5040303@beccati.com> References: <54E9B34C.80202@beccati.com> <54EAF61C.60005@beccati.com> <54EB8B54.5040303@beccati.com> Date: Thu, 26 Feb 2015 15:33:37 -0500 Message-ID: To: Matteo Beccati Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113cef2ea74c14051003aa43 Subject: Re: [PHP-DEV] PDO_DBLIB type handling From: adam.baratz@gmail.com (Adam Baratz) --001a113cef2ea74c14051003aa43 Content-Type: text/plain; charset=UTF-8 Thanks, I posted a pull request against v5.6.6: https://github.com/php/php-src/pull/1122 If this goes through, I can do a separate patch against master. (This ext has changed very little over time so it would be largely the same.) On Mon, Feb 23, 2015 at 3:19 PM, Matteo Beccati wrote: > On 23/02/2015 21:12, Adam Baratz wrote: > >> 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? >> > > I'd say you should start by submitting a bug report (if there isn't one > already). Then a pull request on github would probably be easier for > everyone. > > Even though the old behaviour should be possible by setting > PDO::ATTR_STRINGIFY_FETCHES to true, it is is a fairly big behaviour change > for PDO_DBLIB, so master-only would be your best bet. > > My .02$ > > > > Cheers > -- > Matteo Beccati > > Development & Consulting - http://www.beccati.com/ > --001a113cef2ea74c14051003aa43--