master
ext/pdo: Add tests for PDO::ATTR_STATEMENT_CLASS attribute (#17969)
Parallelize pdo tests (dblib, firebird, oci, odbc, pgsql) (#12395)
Migrate SKIPIF -> EXTENSIONS (#7138)
ext/pdo: Refactor validation of fetch mode in PDO statement (#17699)
PDO: Clean-up tests so it's easier to see if they use default test table (#12552)
ext/pdo: Pass argument number to pdo_dbh_attribute_set()
ext/pdo: Refactor PDOStatement::fetchAll()
tree-wide: Remove stacktraces from tests testing throwing clones (#18748)
Fix bug #81405: Restore old PDO::PARAM_* values
Added gc_handler to properly handle circular references. (#16703)
Merge branch 'PHP-8.3'
Reindent phpt files
ext/pdo: Improve test so that output is decipherable (#17394)
Deprecate driver specific PDO constants
ext/pdo_mysql: Optimize tests (#12751)
ext/pdo: Add test for lazy fetch mode
ext/pdo: Fix various PDORow bugs
Merge branch 'PHP-8.1'
ext/pdo: Refactor PDO::FETCH_CLASS to not rely on a FCI and use a HashTable for ctor_arg
Merge branch 'PHP-8.3' into PHP-8.4
ext/pdo: Add a test creating instances of Directory
ext/pdo: Rename and add tests for PDO::FETCH_CLASS fetch mode (#17526)
ext/pdo: Improve testing for FETCH_FUNC mode (#17325)
ext/pdo: Add a test with a fetchAll() call being interupted partways
ext/pdo: Add a test for PDO::FETCH_FUNC with a return by-ref callback (#17425)
ext/pdo: Throw an exception instead of fatal error if the class is not found (#17528)
Implement PDO driver-specific subclasses
Mark parameter in ext/pdo as sensitive