Commit ec6ce2b5 by 冷斌

fix bug

parent 8079165e
......@@ -118,7 +118,6 @@ class Process
if (!function_exists('proc_open')) {
throw new \RuntimeException('The Process class relies on proc_open, which is not available on your PHP installation.');
}
var_dump($commandline, $cwd);die;
$this->commandline = $commandline;
$this->cwd = $cwd;
......
......@@ -2,7 +2,7 @@
<?php
header('Content-type:text/html;charset=UTF-8;');
//error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
error_reporting(E_ALL);
//error_reporting(E_ALL);
//网站根路径设置
define('SITE_PATH', dirname(__FILE__));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment