php安装event扩展


前提: yum安装完php7.4

 

1.安装lib扩展 

yum install libevent-devel -y  如果不行

yum install libevent2-devel -y

 

2.安装event

pecl install event

严格按照步骤,否则报错!

注意提示:Include libevent OpenSSL support [yes] : 时输入no回车,

注意提示:PHP Namespace for all Event classes :时输入yes

其它直接敲回车就行

3.重启php

systemctl restart php74-php-fpm

或者

service php-fpm restart

原创文章,作者:254126420,如若转载,请注明出处:https://blog.ytso.com/tech/php/272727.html

(0)
上一篇 2022年7月9日 09:54
下一篇 2022年7月9日 10:30

相关推荐

发表回复

登录后才能评论