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