Global: Add new required extension

PDO SQLite is required for messages to work. For some reason it's not required by default
This commit is contained in:
Vladimir Barinov 2023-11-28 15:12:23 +03:00 committed by GitHub
parent 453b002451
commit 237206ccec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ function _ovk_check_environment(): void
"fileinfo",
"PDO",
"pdo_mysql",
"pdo_sqlite",
"pcre",
"hash",
"curl",