Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84436 invoked from network); 24 Oct 2016 20:16:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2016 20:16:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adambaratz@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.176 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.161.176 mail-yw0-f176.google.com Received: from [209.85.161.176] ([209.85.161.176:34024] helo=mail-yw0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/10-17723-32C6E085 for ; Mon, 24 Oct 2016 16:16:38 -0400 Received: by mail-yw0-f176.google.com with SMTP id w3so202499473ywg.1 for ; Mon, 24 Oct 2016 13:16:35 -0700 (PDT) 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=+7dVcwI3SlgAvbfU6jNFri4lI1g5FKUjB5rSKwAKwUA=; b=EcN00eEZ6dve4cJgPFmwAWXrIx9TDuuV9fzQBaqBnav6GAKreaGab+/eHxJEOPPVJh x3VyNw81lDuff8hgUeZAtJ1R5Jzlx5hGSAP7FbeCa+chuhbos4mlwHyY8cJSUdRL9sys nr2njh7AdGCMAbmVXJiRc1MycuQjfqMCg/4DC0DrmDQiGAD1MCUXwwO7pb2QKYtSMuWV egxNG3V4MQrPxde0X7fnqQomeznZibijRvm1Hvgrbc5JImItC+ZVCBGRZs+SVsroj494 8tVQVfp7nsr/Okm1ZYJbhYSkcM9E0Kzj/XqHaE1xFRtIlDnZIH3Ccg1jN9YVJebEeCTw MgrQ== X-Gm-Message-State: ABUngve+kPGQmYJRrOVMoTBsxqvlxq6vXeuGSqwUlC5DqS5FXRgW70aX7kuTCr3ljIxldQ== X-Received: by 10.13.194.68 with SMTP id e65mr16790644ywd.140.1477340193248; Mon, 24 Oct 2016 13:16:33 -0700 (PDT) Received: from mail-yw0-f174.google.com (mail-yw0-f174.google.com. [209.85.161.174]) by smtp.gmail.com with ESMTPSA id p128sm6438912ywh.6.2016.10.24.13.16.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Oct 2016 13:16:33 -0700 (PDT) Received: by mail-yw0-f174.google.com with SMTP id w3so202498718ywg.1 for ; Mon, 24 Oct 2016 13:16:33 -0700 (PDT) X-Received: by 10.36.50.66 with SMTP id j63mr3597656ita.34.1477340192669; Mon, 24 Oct 2016 13:16:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.158.164 with HTTP; Mon, 24 Oct 2016 13:16:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Oct 2016 16:16:32 -0400 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114a8eec658f67053fa211be Subject: Re: [RFC] Debugging PDO Prepared Statement Emulation From: adambaratz@php.net (Adam Baratz) --001a114a8eec658f67053fa211be Content-Type: text/plain; charset=UTF-8 > > I've created an RFC to make it easier to work with emulated prepared > statements: > https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation > Does anyone have feedback? --001a114a8eec658f67053fa211be--