Skip to content

Feature request: add common PDO extensions #208

@S1RIUS1

Description

@S1RIUS1

🧾 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_pgsql

This 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions