Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:48:28 +0000 (17:48 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:48:28 +0000 (17:48 +0800)
Process/Php7.php

index d19b2eb..82b2d5a 100644 (file)
@@ -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;
             }