From d4902adf8a69d751f0dd497f251f40c687496397 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 24 Aug 2018 15:05:45 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Process/Php7.php b/Process/Php7.php index e0a89ab0..51d61a05 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -21,9 +21,15 @@ class Pman_Core_Php7 extends Pman if (empty($this->cli)) { die("CLI only"); } + + } + + function get() + { + $this-> } - function cliHelpSearch($p,$pr, $path=false) { + function scan($p,$pr, $path=false) { @@ -63,9 +69,9 @@ class Pman_Core_Php7 extends Pman // otherwise recurse... //print_r("RECURSE: " . implode('/', $clp)."\n"); - $this->cliHelpSearch($p,$pr, $clp); + $this->scan($p,$pr, $clp); } - + } } \ No newline at end of file -- 2.39.2