pdo-via-oci8 icon indicating copy to clipboard operation
pdo-via-oci8 copied to clipboard

Support other PDOStatement classes via PDO::ATTR_STATEMENT_CLASS

Open istaveren opened this issue 5 years ago • 0 comments

Summary of problem or feature request

If I would like to debug the Statements and I create a debug class that extends Statement I should be able to use that via PDO::ATTR_STATEMENT_CLASS See https://www.php.net/manual/en/pdo.setattribute.php

istaveren avatar May 27 '19 14:05 istaveren