On Tue, 27 Jun 2023 at 17:25, Larry Garfield <la...@garfieldtech.com> wrote:
>
> The RFC doesn't specify if `new PDO(...)` changes behavior at all.

That behaviour is not changed at all.

> will PDO still have the postgres methods

Yes, until someone does another RFC to deprecate and remove them.

> if someone does [`new PDO(...)`], will they now get back `PdoPgsql`,

No.

New`ing one object, and getting a different object back would be far
too surprising to even be contemplated.

cheers
Dan
Ack

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

Reply via email to