diff --git a/lib/phpDocumentor.phar b/lib/phpDocumentor.phar index 4a0e7e2..1f64997 100644 Binary files a/lib/phpDocumentor.phar and b/lib/phpDocumentor.phar differ diff --git a/lib/phpdocumentor.php b/lib/phpdocumentor.php index cf19dc3..7577f7f 100644 --- a/lib/phpdocumentor.php +++ b/lib/phpdocumentor.php @@ -12,7 +12,7 @@ class phpdocumentor { mkdir($outpath->SERVERPATH(), 0777, true);} if (!file_exists($cachepath->SERVERPATH())) { mkdir($cachepath->SERVERPATH(), 0777, true);} - $result = shell_exec('php5 '.dirname(__FILE__).'/phpDocumentor.phar run'. + $result = shell_exec('php '.dirname(__FILE__).'/phpDocumentor.phar run'. ' -d '.$inpath->SERVERPATH(). ' -t '.$outpath->SERVERPATH(). ' --template="'.$template.'"'.