Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
405 views
in Technique[技术] by (71.8m points)

composer安装workerman提示 proc_open,需要处理吗?

使用composer安装workerman提示:

The Process class relies on proc_open, which is not available on your PHP installation.

需要处理吗?

百度查过了,要在php.ini中,找到disable_functions选项,看看后面是否有proc_open函数被禁用了,如果有的话,去掉即可。

需要按百度查的答案处理吗?还是说proc_open函数被禁用也不影响workerman的使用?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

不影响使用

如果是生产环境 linux 下,还是处理下吧,安装下 ,pcntl,posix,event 的拓展.
windows环境下,不管了,前面两个不支持,最后一个不是必须的.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...