Add pdo_sqlite tests for empty filename and in-memory uri (#7662) pdo_sqlite already supports empty filenames and shared in-memory DBs. Add tests for them.
Migrate SKIPIF -> EXTENSIONS (#7138) This is an automated migration of most SKIPIF extension_loaded checks.
Allow specifying sqlite3 DSN (file:/) in PDO SQLite Closes GH-6610.