Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:51:07 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:51:07 +0000 (16:51 +0800)
Process/Php7.php

index c08dc79..44e7a16 100644 (file)
@@ -34,6 +34,8 @@ class Pman_Core_Process_Php7 extends Pman
     
     function scan($dir, $cls) 
     {
+        echo "Looking for " . implode('/', $dir) . "\n";
+        
         foreach (scandir(implode('/', $dir)) as $d) {
             
             if (!strlen($d) || $d[0] == '.') {