Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96682 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42061 invoked from network); 31 Oct 2016 18:17:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2016 18:17:00 -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.213.180 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-yb0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:36468] helo=mail-yb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/22-25911-B9A87185 for ; Mon, 31 Oct 2016 13:16:59 -0500 Received: by mail-yb0-f180.google.com with SMTP id v78so17047302ybe.3 for ; Mon, 31 Oct 2016 11:16:59 -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:from:date:message-id:subject:to; bh=7X5lefDnYxXTbBt1YuUvNT+PSXLZMmlzTqLqDdj5ppA=; b=D8JnjtLvAQbjJZVAwCbRKJUG+DRUTRY28ujWHGo8dDfLH8zn8qQlfAPsub6poqxZkC V5U8YeViNuj8b/1L+CYY/iXqsEBcodZnNgc1gxXyLwO3a5jQxRP0dR5GhVXtx184cWVn ZKehqnJN0fig+41Fub+sjyxI2ySphxybCyGsGRoRJLz1iebffrF99qzjp3pQglJ1WBpl N4BJTzel3y8d5Ttk6ao0i9GrUTot2HuR5ttrU6N97ARwMNa7CaOs6g2wUgs1i1C+RpEF sRz/+9sLfo99Lxc4DG5QHj5LCtcJEE25Z8Ydafp0FCRzIoQFdaf8X7+u7T85faukMtom DIiA== X-Gm-Message-State: ABUngvdL/jw2gJHLcdQNSh6dAyHtRJoE040UeVHKp/LD/piuUqqGIwk41llqaVL0DLUe2g== X-Received: by 10.37.90.4 with SMTP id o4mr24825000ybb.68.1477937816246; Mon, 31 Oct 2016 11:16:56 -0700 (PDT) Received: from mail-yb0-f172.google.com (mail-yb0-f172.google.com. [209.85.213.172]) by smtp.gmail.com with ESMTPSA id x184sm9915113ywe.56.2016.10.31.11.16.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Oct 2016 11:16:56 -0700 (PDT) Received: by mail-yb0-f172.google.com with SMTP id d128so64998033ybh.2 for ; Mon, 31 Oct 2016 11:16:55 -0700 (PDT) X-Received: by 10.36.59.65 with SMTP id c62mr8596910ita.117.1477937815737; Mon, 31 Oct 2016 11:16:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.158.164 with HTTP; Mon, 31 Oct 2016 11:16:55 -0700 (PDT) Date: Mon, 31 Oct 2016 14:16:55 -0400 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11457f7881f00b05402d3611 Subject: [VOTE] Debugging PDO Prepared Statement Emulation From: adambaratz@php.net (Adam Baratz) --001a11457f7881f00b05402d3611 Content-Type: text/plain; charset=UTF-8 Hi, Two weeks have passed since posting this RFC: https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation There's been some discussion on this list: http://marc.info/?l=php-internals&m=147638162506291&w=2 http://marc.info/?l=php-internals&m=147734024403899&w=2 http://marc.info/?l=php-internals&m=147673258418764&w=2 There were some negatives raised, which I commented on in the RFC. Voting will end on 14 November 2016 at 0:00 UTC. Thanks, Adam --001a11457f7881f00b05402d3611--