You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to use composer to install ext-PDO for database connections. Composer acts like ext-PDO is already installed, but still suggests that it be installed. I've also tried installing Postgres and Maria, with all their dependencies, and what I think are all the available php modules that connect to either Maria or Postgres. I also don't know if Composer is just lying, and a database connection would still work. (If I uncomment the database extension lines in php.ini, Composer says that PDO is already enabled, even though it still says that ext-PDO is suggested.)
Version & Environment
Rev: a8d6826 (Latest master as of December 5, 2023.)
This has been adjusted in composer suggestions; however, you should just ensure that the different drivers are installed before enabling the extensions in php.ini for MariaDB and/or PostgreSQL;
apt install php8.2-mysql php8.2-pgsql
and finally check if the extension is enabled with phpinfo();
🐛 Bugreport
Unable to use composer to install ext-PDO for database connections. Composer acts like ext-PDO is already installed, but still suggests that it be installed. I've also tried installing Postgres and Maria, with all their dependencies, and what I think are all the available php modules that connect to either Maria or Postgres. I also don't know if Composer is just lying, and a database connection would still work. (If I uncomment the database extension lines in php.ini, Composer says that PDO is already enabled, even though it still says that ext-PDO is suggested.)
Version & Environment
Rev: a8d6826 (Latest master as of December 5, 2023.)
OS: Debian 12.2..0
PHP 8.2.7
Composer: 2.5.5
Steps to reproduce
The text was updated successfully, but these errors were encountered: