[PR #9457] PDO is not a required extension #11632

Closed
opened 2026-01-22 16:11:23 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9457

State: closed
Merged: Yes


The ORM can be operated with DBAL 3 and a non-PDO database extension like MySQLi. Furthermore, the ORM never interacts directly with PDO, only through the DBAL.

Because of that, I believe the PDO extension should not be a mandatory requirement.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9457 **State:** closed **Merged:** Yes --- The ORM can be operated with DBAL 3 and a non-PDO database extension like MySQLi. Furthermore, the ORM never interacts directly with PDO, only through the DBAL. Because of that, I believe the PDO extension should not be a mandatory requirement.
admin added the pull-request label 2026-01-22 16:11:23 +01:00
admin closed this issue 2026-01-22 16:11:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11632