From da19ff03b3045ab0379fffc9d89fa8f7b101d207 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sun, 7 Aug 2022 18:23:50 +0700 Subject: [PATCH] Require intl extension by OVK itself --- bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index fbe062c9..dd753be7 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -31,7 +31,8 @@ function _ovk_check_environment(): void "openssl", "json", "tokenizer", - "libxml", + "xml", + "intl", "date", "session", "SPL",