Hi,

AllenJB wrote:
I present for discussion an RFC to change the default PDO error mode:

https://wiki.php.net/rfc/pdo_default_errmode

A good thing about this RFC is that if you prefer the traditional error mode and need to keep that behaviour working in whatever new PHP version hypothetically implements this RFC, adding the call to set the error mode will not make your code incompatible with previous PHP versions, which means it should be tolerable for the authors of libraries or other software packages. :)

Thanks,
Andrea

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

Reply via email to