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

Mention the need to install specific pdo_* extensions #279

Closed
acelaya opened this issue Jan 30, 2022 · 0 comments · Fixed by #282
Closed

Mention the need to install specific pdo_* extensions #279

acelaya opened this issue Jan 30, 2022 · 0 comments · Fixed by #282
Milestone

Comments

@acelaya
Copy link
Member

acelaya commented Jan 30, 2022

Currently, the requirements define the PHP extensions you need, but it only mentions you need PDO.

Extend that to notice you also need the appropriate PDO variation:

  • pdo_mysql for MySQL and Maria
  • pdo_pgsql for postres
  • pdo_sqlsrv for MS SQL
  • pdo_sqlite for SQLite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant