Description
Legacy PHP 8.0 applications can use the common PDO database abstraction layer. This runtime extension supplies the core PDO API that database-specific drivers rely on for prepared statements, transactions, and consistent error handling. It is dependency-only and has no separate launcher; PHP apps load it together with a matching database driver. Care is needed with credentials, query parameters, transactions, and stored records because mistakes can expose or corrupt data.