From: Edward Date: Wed, 21 Nov 2018 08:44:58 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f0d236249065a6a86d50f156f56034923ab7243d Process/Php7.php --- 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"; }