mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[GH-ISSUE #836] Unable to install ext-PDO with Composer. #490
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#490
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PaulTGG on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/836
Originally assigned to: @Yannick243 on GitHub.
🐛 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
@marclaporte commented on GitHub (Dec 6, 2023):
@Yannick243 Please use one of the lab servers to solve this. And please also review docs about usage with MariaDB and PostgreSQL.
@Yannick243 commented on GitHub (Dec 9, 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;
and finally check if the extension is enabled with

phpinfo();@marclaporte commented on GitHub (Dec 10, 2023):
@PaulTGG Can we close this?
@PaulTGG commented on GitHub (Dec 12, 2023):
Yep, my bad!