Commit 2e767d31 by 冷斌

fix bug

parent 1100d4f9
...@@ -115,7 +115,7 @@ class Process ...@@ -115,7 +115,7 @@ class Process
*/ */
public function __construct($commandline, $cwd = null, array $env = null, $input = null, $timeout = 60, array $options = []) public function __construct($commandline, $cwd = null, array $env = null, $input = null, $timeout = 60, array $options = [])
{ {
echo 1 ;die; var_dump(1111);die;
if (!function_exists('proc_open')) { if (!function_exists('proc_open')) {
throw new \RuntimeException('The Process class relies on proc_open, which is not available on your PHP installation.'); throw new \RuntimeException('The Process class relies on proc_open, which is not available on your PHP installation.');
} }
......
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