mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Require intl extension by OVK itself
This commit is contained in:
parent
65cfd41ae9
commit
da19ff03b3
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ function _ovk_check_environment(): void
|
||||||
"openssl",
|
"openssl",
|
||||||
"json",
|
"json",
|
||||||
"tokenizer",
|
"tokenizer",
|
||||||
"libxml",
|
"xml",
|
||||||
|
"intl",
|
||||||
"date",
|
"date",
|
||||||
"session",
|
"session",
|
||||||
"SPL",
|
"SPL",
|
||||||
|
|
Loading…
Reference in a new issue