Re: [PHP-DEV] [RFC] Change default PDO error mode

2020-04-09 Thread AllenJB
Hi all, A quick "bump" to make sure everyone's seen this RFC amongst all the other exciting discussions that are going on. I'm hoping the lack of discussion means this is a boring obvious change that everyone's going to vote 'yes' to. With the lack of any raised concerns or issues, I intend

Re: [PHP-DEV] [RFC] Change default PDO error mode

2020-04-01 Thread Matteo Beccati
Hi Allen, +1 from me. If you need some help with the implementation, pls let me know. Cheers On 28/03/2020 20:02, AllenJB wrote: > Hi, > > I present for discussion an RFC to change the default PDO error mode: > > https://wiki.php.net/rfc/pdo_default_errmode > > Previous discussion: https://e

Re: [PHP-DEV] [RFC] Change default PDO error mode

2020-03-28 Thread Paul M. Jones
Hi there, > On Mar 28, 2020, at 14:02, AllenJB wrote: > > I believe it also brings the behavior inline with what developers would > actually expect the default to be in modern PHP. As do I. Every PDO wrapper I've ever written, one of the first things it does is set exceptions as the error mod

[PHP-DEV] [RFC] Change default PDO error mode

2020-03-28 Thread AllenJB
Hi, I present for discussion an RFC to change the default PDO error mode: https://wiki.php.net/rfc/pdo_default_errmode Previous discussion: https://externals.io/message/109015 I believe this change will help new developers who are presently presented only with knock-on errors, which can be co