jojuniori
4/13/2017 - 9:49 PM

http://www.moqifei.com/archives/1600 The Process class relies on proc_open, which is not available on your PHP installation.

http://www.moqifei.com/archives/1600 The Process class relies on proc_open, which is not available on your PHP installation.

php.ini
仔细一看原来是php禁用了proc_open,开启这些函数:

proc_open,proc_close,proc_nice,proc_terminate,leak,proc_get_status
同时也要开启

putenv