Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15134 invoked from network); 1 Dec 2016 22:17:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2016 22:17:19 -0000 X-Host-Fingerprint: 83.199.219.163 LFbn-1-13020-163.w83-199.abo.wanadoo.fr Received: from [83.199.219.163] ([83.199.219.163:3441] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/21-01781-C61A0485 for ; Thu, 01 Dec 2016 17:17:16 -0500 To: internals@lists.php.net Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes References: Date: Thu, 01 Dec 2016 23:16:36 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/1.0 (Win32) X-Posted-By: 83.199.219.163 Subject: Re: [RFC] Debugging PDO Prepared Statement Emulation v2 From: bensor987@neuf.fr ("Benoit Schildknecht") Le Thu, 17 Nov 2016 23:19:38 +0100, Adam Baratz a = =C3=A9crit: > Hi, > > Based on my second thoughts on my initial approach, I created an RFC t= o > supplant it: > https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation_v2= > > I believe this better addresses the negative feedback from the origina= l > RFC[1] and is a better solution to the problem. > > Thanks, > Adam > > --- > [1] https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulatio= n So, if I only want to get the emulated prepared statement, I have to do = = ob_start()/ob_get_clean(), then use a regexp to fetch it ? I want v1 bac= k = T_T