From a7140edc3a729deffe72b79cf36cbea5691b446e Mon Sep 17 00:00:00 2001 From: junghanlee <73509756+junghanlee@users.noreply.github.com> Date: Thu, 5 Nov 2020 11:42:42 +0900 Subject: [PATCH] Update pack_vendor.php --- pack_vendor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack_vendor.php b/pack_vendor.php index f3718557..09e3ea6d 100644 --- a/pack_vendor.php +++ b/pack_vendor.php @@ -3,7 +3,7 @@ * Created by IntelliJ IDEA. * User: Nikolay Chervyakov * Date: 26.11.2014 - * Time: 16:26 + * * The PHP has a problem with compressing more than 2042 files in one PHAR: * @link[https://bugs.php.net/bug.php?id=53467] @@ -88,4 +88,4 @@ function delDirTree($dir) { (is_dir("$dir/$file") && !is_link($dir)) ? delDirTree("$dir/$file") : unlink("$dir/$file"); } return rmdir($dir); -} \ No newline at end of file +}