Le Thu, 17 Nov 2016 23:19:38 +0100, Adam Baratz <adambar...@php.net> a écrit:

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 believe this better addresses the negative feedback from the original
RFC[1] and is a better solution to the problem.

Thanks,
Adam

---
[1] https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation

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 back T_T

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to