- Notifications
You must be signed in to change notification settings - Fork 774
Open
Description
🧾 Feature request: add common PDO extensions
Hi,
I’m using this image because it’s one of the few that provide a simple, clean PHP + Nginx setup that also works perfectly on ARM — thank you for that !
I’d like to suggest a small improvement regarding database support.
The image already includes mysqli, which is great for MySQL, but it would be really helpful to also include the most common PDO extensions to make the image more versatile for modern PHP projects.
In particular, these lightweight packages would cover the majority of use cases:
php84-sqlite3 \ # to add native PHP SQLite support ? php84-pdo \ php84-pdo_sqlite \ php84-pdo_mysql \ php84-pdo_pgsqlThis would provide native PDO support for SQLite, MySQL/MariaDB, and PostgreSQL — without significantly increasing the image size (since we can skip heavier drivers like pdo_firebird or pdo_oci that pull many dependencies).
Thanks again.
CryInt, zerotacg and m7mdcc
Metadata
Metadata
Assignees
Labels
No labels