Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDO is not a required extension #9457

Merged
merged 1 commit into from
Feb 1, 2022
Merged

Conversation

derrabus
Copy link
Member

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.

@derrabus derrabus added the Bug label Jan 31, 2022
@derrabus derrabus added this to the 2.11.2 milestone Jan 31, 2022
@derrabus derrabus merged commit 536b65f into doctrine:2.11.x Feb 1, 2022
@derrabus derrabus deleted the remove/pdo branch February 1, 2022 13:13
derrabus added a commit to derrabus/orm that referenced this pull request Feb 1, 2022
* 2.11.x:
  PDO is not a required extension (doctrine#9457)
  Check requirements for metadata drivers (doctrine#9452)
  Remove trailing underscore (doctrine#9446)
derrabus added a commit to derrabus/orm that referenced this pull request Feb 1, 2022
* 2.12.x:
  Check requirements for metadata drivers (doctrine#9459)
  PDO is not a required extension (doctrine#9457)
  Check requirements for metadata drivers (doctrine#9452)
  Remove trailing underscore (doctrine#9446)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants