Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97219 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59302 invoked from network); 28 Nov 2016 15:29:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2016 15:29:59 -0000 Authentication-Results: pb1.pair.com header.from=adambaratz@php.net; sender-id=unknown 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.217.182 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.217.182 mail-ua0-f182.google.com Received: from [209.85.217.182] ([209.85.217.182:33334] helo=mail-ua0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/D3-19217-37D4C385 for ; Mon, 28 Nov 2016 10:29:55 -0500 Received: by mail-ua0-f182.google.com with SMTP id 20so146325591uak.0 for ; Mon, 28 Nov 2016 07:29:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=c+3p3MUoG4NMXj4FkZZqZJoUCRWvnYsVaYZW3XIqaPg=; b=IUgFdOLkl6JF4YcWlRGOzf0H09z4fY05MHZJbqgY11f23BlP1tta9bWV3j+jLX5B0Z TuP3aek5ZwyLXnk4NBr7Sl8p2DbdcrluJ0QmwV3VtJcS23+lJPLVsU9rYt2kN2iSiT5W Bt/QbA4WISPM/i82TJG/qrgr3GSIX8zx3i4+1QVd+S8z5Rt803BAdUsL4mArrzl8nU1w N1A920xKqIvxC3Z1dW+3kj8LKeOm1TrI/oai0Bh9rO4iDd1gOkk7Nj3LgHs8HZw3zpa9 xp6xIeJjmcRZC5Edf3xSOW3tX+enTbgZ33POeUYzRUteEAQSf7wi6oReA4q7LAqoOIZH ZLtA== X-Gm-Message-State: AKaTC01hi4nd7+gMm7W7COoaba5Mk+a34KxSVbgTgSccvetigFKKUqqy/7rFUc6iT70AZg== X-Received: by 10.176.86.205 with SMTP id c13mr11486762uab.151.1480346992886; Mon, 28 Nov 2016 07:29:52 -0800 (PST) Received: from mail-ua0-f181.google.com (mail-ua0-f181.google.com. [209.85.217.181]) by smtp.gmail.com with ESMTPSA id 16sm7246761vkl.28.2016.11.28.07.29.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Nov 2016 07:29:52 -0800 (PST) Received: by mail-ua0-f181.google.com with SMTP id 12so146354519uas.2 for ; Mon, 28 Nov 2016 07:29:52 -0800 (PST) X-Received: by 10.176.1.112 with SMTP id 103mr13406670uak.154.1480346992444; Mon, 28 Nov 2016 07:29:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.137.65 with HTTP; Mon, 28 Nov 2016 07:29:52 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Nov 2016 10:29:52 -0500 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113e2b58a123da05425e2492 Subject: Re: [RFC] Debugging PDO Prepared Statement Emulation v2 From: adambaratz@php.net (Adam Baratz) --001a113e2b58a123da05425e2492 Content-Type: text/plain; charset=UTF-8 Hi, > Based on my second thoughts on my initial approach, I created an RFC to > supplant it: > https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation_v2 > I'd appreciate any feedback on this RFC, especially from any of the people who voted against the original[1]. Thanks, Adam --- [1] https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation --001a113e2b58a123da05425e2492--