From f0d236249065a6a86d50f156f56034923ab7243d Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 16:44:58 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Process/Php7.php b/Process/Php7.php index 40bc09e7..f55be907 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -42,7 +42,13 @@ class Pman_Core_Process_Php7 extends Pman continue; } + if (is_dir($d)) { + $nDir = array_merge($dir, array($d)); + $this->scan(array_merge($dir, array($d)), array_merge($cls, array($d))); + return; + } + echo "{$d}\n"; } -- 2.39.2