[PHP-DEV] [RFC] Debugging PDO Prepared Statement Emulation v2

2016-11-17 Thread Adam Baratz
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 --

Re: [PHP-DEV] [RFC] Debugging PDO Prepared Statement Emulation

2016-10-31 Thread Adam Baratz
> > There's value in improving tests for emulated prepares, but as I stated > somewhere else, I would rather see them deprecated and removed rather > than encouraged. > I left a note about this in the "Future Scope" section[1]. If we deprecate emulated prepares, it would make sense to deprecate PD

Re: [PHP-DEV] [RFC] Debugging PDO Prepared Statement Emulation

2016-10-31 Thread Matteo Beccati
Hi Adam, On 17/10/2016 21:28, Adam Baratz wrote: > Hi, > > 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 > > Based on feedback from a previous thread[1], I added some context and added > tw

[PHP-DEV] [RFC] Debugging PDO Prepared Statement Emulation

2016-10-17 Thread Adam Baratz
Hi, 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 Based on feedback from a previous thread[1], I added some context and added two other potential solutions to the problem. Please share your feed