Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the method for workerman to install the event extension

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

What is the way for workerman to install event extensions? I believe many inexperienced people are at a loss about this. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Socket services created by workerman require event extensions under high concurrency. If the pagoda panel is already installed, how to install the event extension?

Take php7 installing the event extension as an example:

Yum install libevent-ywget https://pecl.php.net/get/event-2.3.0.tgztar-zxvf event-2.3.0.tgzcd event-2.3.0/www/server/php/70/bin/phpize./configure-- with-php-config=/www/server/php/70/bin/php-configmake & & make installecho "extension=event.so" > > / www/server/php/70/etc/php.iniservice php-fpm-70 reload

Then check to see if the installation was successful:

/ www/server/php/70/bin/php-m | grep event after reading the above, do you know how to install the event extension in workerman? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report