Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66367 invoked from network); 15 Nov 2016 22:53:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2016 22:53: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.52 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.213.52 mail-vk0-f52.google.com Received: from [209.85.213.52] ([209.85.213.52:34044] helo=mail-vk0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/A6-05303-AC19B285 for ; Tue, 15 Nov 2016 17:52:59 -0500 Received: by mail-vk0-f52.google.com with SMTP id x186so101425422vkd.1 for ; Tue, 15 Nov 2016 14:52:58 -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:from:date:message-id:subject:to; bh=TSzgqyQZh3r3h/LzJn5S9a6T9was2kC+7xPpCN7cdkA=; b=In4kein+xqDBguJeRJ12hAdV9/pjHp3YL1f5fL92dNJQ1C+Jj3N5QAGVMSAjGXPc8W VEUMyMQJL1KNr36IylV2Z0XyenEAJ2BKUlzT6tFti/pX1/4Pc/8RFQqoUSAmQE3PW7Ru JGdYox8regzXamB5oln9tk4BzFZSeiqJBORtZkaK50D055A571UzwAj30cdwMjAfBELD 0aMEXsBajLUwkeSY+XEccnV+8cz2Lpvjx9NpkZ+3nhA4vXdVYHLua4j3BEnoq6WjtA/B 5zs3LXuRStOoqyS+BCynGUXezphd3Ub0T7TjuDHePZaU9LvSc+VUOH1UUrenOb96kFYk UAoA== X-Gm-Message-State: ABUngvfngv6hnyYNAy8HZmARBwbPa0+CB9xKmMaf+zT0zd3S2vZorsaUUrkYoA47Tu4r7Q== X-Received: by 10.31.140.87 with SMTP id o84mr15460528vkd.133.1479250375964; Tue, 15 Nov 2016 14:52:55 -0800 (PST) Received: from mail-vk0-f47.google.com (mail-vk0-f47.google.com. [209.85.213.47]) by smtp.gmail.com with ESMTPSA id y72sm9398550vky.13.2016.11.15.14.52.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Nov 2016 14:52:55 -0800 (PST) Received: by mail-vk0-f47.google.com with SMTP id 137so101623792vkl.0 for ; Tue, 15 Nov 2016 14:52:55 -0800 (PST) X-Received: by 10.31.125.206 with SMTP id y197mr14616248vkc.1.1479250375490; Tue, 15 Nov 2016 14:52:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.137.65 with HTTP; Tue, 15 Nov 2016 14:52:54 -0800 (PST) Date: Tue, 15 Nov 2016 17:52:54 -0500 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c14950c2a919a05415ed14c Subject: [ACCEPTED] Debugging PDO Prepared Statement Emulation From: adambaratz@php.net (Adam Baratz) --94eb2c14950c2a919a05415ed14c Content-Type: text/plain; charset=UTF-8 Hi, This RFC reached the 50%+1 vote needed for acceptance: https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation The implementation was added to master (PHP 7.2): https://github.com/php/php-src/commit/83086d9a72675bad2b2560c6f427d0c1f1d1eba0 Thanks, Adam --94eb2c14950c2a919a05415ed14c--