Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73360 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80780 invoked from network); 22 Mar 2014 15:05:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2014 15:05:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.175 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:61302] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/1F-65185-B96AD235 for ; Sat, 22 Mar 2014 10:05:00 -0500 Received: by mail-wi0-f175.google.com with SMTP id cc10so1281643wib.8 for ; Sat, 22 Mar 2014 08:04:56 -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=EJZhnAKrM4mScbLOLVGJHdbRh/Bd9xcnFhdegBdnJbI=; b=F2jnLjYh9Ofsmi5eOwe7TQY9mGlJU2ontgmhOeoOY3yDvcN56mmg6Z76LqdfS8YSoM PGcHk5MGucq/OK0EZpois5QmFDBWlJ9dyQTVg+UQ1SN89RRzVm5g2b+/tqmGSes37EEr n+PDbKuo5dVFWjntFr+lMrbtIprLJUfyXubKGFJGUlBp4mfNAizkBibYy3RnvJuxbI9J k32iyMs9hGJafTbzM8DAhoAKKY0rTJjLQgkWWAw90WIHF5F4wp1dwy/UcrGHpusSXj7K 9oYdIUjKELoeF/w/Y8QwZLNypEwdy4LYmmY0bm4n6haynemE9zo0yWRFpHVOLMwopeeE RoQw== MIME-Version: 1.0 X-Received: by 10.180.109.231 with SMTP id hv7mr4339068wib.38.1395500696696; Sat, 22 Mar 2014 08:04:56 -0700 (PDT) Received: by 10.227.24.136 with HTTP; Sat, 22 Mar 2014 08:04:56 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 Mar 2014 11:04:56 -0400 Message-ID: To: Chad Scribner Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f2357434f7eda04f53353d7 Subject: Re: [PHP-DEV] Pull Request #595 From: theanomaly.is@gmail.com (Sherif Ramadan) --e89a8f2357434f7eda04f53353d7 Content-Type: text/plain; charset=ISO-8859-1 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. --e89a8f2357434f7eda04f53353d7--