master
Implement GH-8967: Add PDO_SQLITE_ATTR_TRANSACTION_MODE (#19317)
Improve `ext/pdo_sqlite` tests cleanup (#11900)
Migrate SKIPIF -> EXTENSIONS (#7138)
PDO: Clean-up tests so it's easier to see if they use default test table (#12552)
Deprecate driver specific PDO methods
Fix bug #81227: PDO::inTransaction reports false when in transaction (#14268)
Force extension loading for new test
Prefer EXPECT over EXPECTF
Fix bug #81405: Restore old PDO::PARAM_* values
ext/pdo_sqlite - throw on null bytes / resolve GH-13952 (#18320)
Fix GH-13984: Buffer size is now checked before memcmp (#13991)
Fix GH-14712: segfault on invalid object.
Fix GH-17837: ::getColumnMeta() on unexecuted statement segfaults
Fix memory leak when destroying PDORow
pdo: Fix scope for PDO mixins in pdo_hash_methods() (#20200)
Merge branch 'PHP-8.0' into PHP-8.1
pdo: Deprecate the `uri:` DSN scheme (#19274)
Deprecate driver specific PDO constants
Implement PDO driver-specific subclasses
Fix unescaped {TMP} variables in tests
pdo_sqlite: identifier quoting with square brakets