On Tue, Jun 27, 2023, at 1:49 PM, Dan Ackroyd wrote: > Hi everyone, > > Just giving an update on the > https://wiki.php.net/rfc/pdo_driver_specific_subclasses RFC as time is > running out. The RFC text has been updated with the implemented > subclasses stubs.
The RFC doesn't specify if `new PDO(...)` changes behavior at all. Currently, as I understand it, `$db = new PDO($postgresConnectString)` returns a PDO instance that has the Postgres-specific methods enabled, which they can use. With this RFC, if someone does the same, will they now get back `PdoPgsql`, or will PDO still have the postgres methods, or will their code break? --Larry Garfield -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php
