mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
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:
parent
453b002451
commit
237206ccec
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ function _ovk_check_environment(): void
|
|||
"fileinfo",
|
||||
"PDO",
|
||||
"pdo_mysql",
|
||||
"pdo_sqlite",
|
||||
"pcre",
|
||||
"hash",
|
||||
"curl",
|
||||
|
|
Loading…
Reference in a new issue