Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73359 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47617 invoked from network); 22 Mar 2014 02:30:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2014 02:30:18 -0000 Authentication-Results: pb1.pair.com header.from=cwscribner@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cwscribner@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: cwscribner@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:42571] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/8B-65185-8B5FC235 for ; Fri, 21 Mar 2014 21:30:18 -0500 Received: by mail-wi0-f177.google.com with SMTP id cc10so998850wib.16 for ; Fri, 21 Mar 2014 19:30:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=A/Y8nVsCEmxrzOqRyrSPkMbxlMK0Rbqg3yYrCOwKluQ=; b=J5L7ltV0DHbWV1Dpq0OCrOT81brZFgZARmzOGCVhGZtKcKG3nxYp6thnL5BrclGL4v aN6RkKuathOy5eqPGl7Fdx3P+TcfnqWSBlUKGlp0SGC7TGt7Lj/EAqt+YjsUUCGmRG1D Q5yP3b8YQtXsamGISADFw/Bp1W3K+03pb5tzi6lKY41Fwv/qggW8MsK46KBAvMZIPrj7 q1xzQahRlRM6DectCsycnHk7o9oPX3nBGpc8A+QkFwdkmdVrraNuT6MSHHAfWuKp8MKT Y9G29pvExd+FqtI5kC3F0Gu2NN4tkwpOZKKMMfMCIraIoGBCPMP0vuq1vccIR1pb59vH NEDw== X-Received: by 10.180.94.196 with SMTP id de4mr973169wib.16.1395455414288; Fri, 21 Mar 2014 19:30:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.157.196 with HTTP; Fri, 21 Mar 2014 19:29:54 -0700 (PDT) Date: Fri, 21 Mar 2014 22:29:54 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d044517f544ca1d04f528c81f Subject: Pull Request #595 From: cwscribner@gmail.com (Chad Scribner) --f46d044517f544ca1d04f528c81f Content-Type: text/plain; charset=ISO-8859-1 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 --f46d044517f544ca1d04f528c81f--