Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73362 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85273 invoked from network); 22 Mar 2014 16:16:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2014 16:16:06 -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 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:33824] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/EF-65185-447BD235 for ; Sat, 22 Mar 2014 11:16:05 -0500 Received: by mail-wg0-f50.google.com with SMTP id x13so2351200wgg.33 for ; Sat, 22 Mar 2014 09:16:01 -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=LfP8rHWhTWsJheh6Z/rfVpVeIz2FzUglXtgDHQvZ/4s=; b=Q9EUDLnC0KQ5NjXJcyQVDmeY9lgxqLDKynfxRLKiPLup4T3Q91VYuL2Dv1GgEStwDo uyjxFDLOn6YfR1+WImFmKUv0GxMVVjSKiBEHva4afYlK9o32YZoyp+ohep43OQEVUFeq GgtQiRlCwCHqlE5OW5TcPOisWpCcRMxpkrrcUtuAgAAlSmMeUJCp0PcI4Jh7NNW3VCX4 Ve3Dx6hzKBstGAi7eTwzKQCdtuf7W5xnSk6Bd5NnZHWgZrEvf1wFM/JCbts96xK7UTLo Pb5W3Sh7tH0Q5FbTH2NPnANepioZPWnqS3Hr/EvY/R7kTBU9pMkmBblpiqaufCJguBIV OESg== MIME-Version: 1.0 X-Received: by 10.180.98.71 with SMTP id eg7mr4199364wib.31.1395504961521; Sat, 22 Mar 2014 09:16:01 -0700 (PDT) Received: by 10.227.24.136 with HTTP; Sat, 22 Mar 2014 09:16:01 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 Mar 2014 12:16:01 -0400 Message-ID: To: Chad Scribner Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d0442807083ad1a04f5345166 Subject: Re: [PHP-DEV] Pull Request #595 From: theanomaly.is@gmail.com (Sherif Ramadan) --f46d0442807083ad1a04f5345166 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Mar 22, 2014 at 11:13 AM, Chad Scribner wrote: > 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. >> > You can just update the PR or I can do it for you. It's a simple change. --f46d0442807083ad1a04f5345166--