From b98792f339e143a768e377f010a67ec6e324dcb4 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:48:28 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Process/Php7.php b/Process/Php7.php index d19b2eb0..82b2d5a8 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -50,6 +50,7 @@ class Pman_Core_Process_Php7 extends Pman foreach (scandir($dir) as $d) { if (!strlen($d) || $d[0] == '.') { + echo "not handle {$d}\n"; continue; } -- 2.39.2