From eb820e097c2e84241748aebd6d1bec6ca61f2b9d Mon Sep 17 00:00:00 2001 From: Oleksandr Gorkun Date: Fri, 25 Jan 2019 13:43:38 -0600 Subject: [PATCH] MC-13633: File Read Configuration --- app/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/bootstrap.php b/app/bootstrap.php index 0b13d12cece58..ddbcaffd42962 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -8,6 +8,7 @@ * Environment initialization */ error_reporting(E_ALL); +stream_wrapper_unregister('phar'); #ini_set('display_errors', 1); /* PHP version validation */