Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73361 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82376 invoked from network); 22 Mar 2014 15:13:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2014 15:13:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=cwscribner@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cwscribner@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: cwscribner@gmail.com X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:37710] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/7F-65185-2B8AD235 for ; Sat, 22 Mar 2014 10:13:55 -0500 Received: by mail-we0-f175.google.com with SMTP id q58so2315370wes.6 for ; Sat, 22 Mar 2014 08:13:52 -0700 (PDT) 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=Qxd3Dggo/iy9GWFCGUfako3jKZY+nCKSWfi36vhxSzQ=; b=BFIpDXVXf/5cHyhE+mBMa+ytsahZmTSyst2YNaw8IJSXucXGawF8aylP/Re5U/eoPx ww0CMO0s1bJstgSkmugpNGk1Wozrocj2vxaLZNIt6Hiy67woJjHGtMsZAI1BFb1k+Sa1 JIRyTnrFWigNNJwgHsnwvZX3UvdhBjcchXPICMMD8W4xbt8Sg2OaojGKU5kJ/GAdfLYt NeXhHLhzybj6JbPAZRz4VgSUdsL2nvEyRvzmAmkmQEeNnpgAUycRAilukBlhfAx+1gjD 43BmMfsD+aOccag2lDYo4OEPlmoF5BboTmeuiU6xzzGgpRrFfJ8Bhkv8OeJiF9k9gCL7 P7qg== MIME-Version: 1.0 X-Received: by 10.180.82.37 with SMTP id f5mr4082967wiy.6.1395501232045; Sat, 22 Mar 2014 08:13:52 -0700 (PDT) Received: by 10.227.157.196 with HTTP; Sat, 22 Mar 2014 08:13:51 -0700 (PDT) Received: by 10.227.157.196 with HTTP; Sat, 22 Mar 2014 08:13:51 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 Mar 2014 11:13:51 -0400 Message-ID: To: Sherif Ramadan Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d0443041638624a04f53373a6 Subject: Re: [PHP-DEV] Pull Request #595 From: cwscribner@gmail.com (Chad Scribner) --f46d0443041638624a04f53373a6 Content-Type: text/plain; charset=ISO-8859-1 Awesome, thank you very much! I'll have to do some more code spelunking to figure out the macros mentioned in the PR comments as I'm still new to the code base. If/when I put the comments into action, should I update my PR or create a new one? On Mar 22, 2014 11:04 AM, "Sherif Ramadan" wrote: > > > > On Fri, Mar 21, 2014 at 10:29 PM, Chad Scribner wrote: > >> Hello All, >> >> I'm here to request that my pull request #595 get merged. It's a fix for >> bug #52384 regarding PDO::debugDumpParams(). I've put the code and a phpt >> into the PR. You'll notice in the PR that the Travis CI build failed but >> after investigating, my test did not fail. It looks as though it was due >> to other code. This is my first time making a contribution so feel free >> to >> let me know if there's anything else I need to add. Thanks! >> >> ~Chad >> > > > Hey Chad, > > I took a look at your PR some time ago, I believe. Sorry, I did not have > the time to merge it last time being so busy with work, but it looks good. > I saw a few useful comments on the PR on github by nikic and datibbaw. > Maybe take those under consideration. I'll be happy to merge it, though, if > no one else does by tomorrow night. > --f46d0443041638624a04f53373a6--