updated phpdocumentor and use php command instead of php5
This commit is contained in:
parent
56561aa20d
commit
0db9650836
Binary file not shown.
@ -12,7 +12,7 @@ class phpdocumentor {
|
|||||||
mkdir($outpath->SERVERPATH(), 0777, true);}
|
mkdir($outpath->SERVERPATH(), 0777, true);}
|
||||||
if (!file_exists($cachepath->SERVERPATH())) {
|
if (!file_exists($cachepath->SERVERPATH())) {
|
||||||
mkdir($cachepath->SERVERPATH(), 0777, true);}
|
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().
|
' -d '.$inpath->SERVERPATH().
|
||||||
' -t '.$outpath->SERVERPATH().
|
' -t '.$outpath->SERVERPATH().
|
||||||
' --template="'.$template.'"'.
|
' --template="'.$template.'"'.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user