亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    workerman安裝event擴(kuò)展的方法介紹

    workerman安裝event擴(kuò)展的方法介紹

    workerman創(chuàng)建的socket服務(wù),在高并發(fā)下需要 event 擴(kuò)展。如果已經(jīng)安裝了寶塔面板,怎么安裝 event擴(kuò)展?

    以php7安裝event擴(kuò)展為例:

    yum install libevent -y wget https://pecl.php.net/get/event-2.3.0.tgz tar -zxvf event-2.3.0.tgz cd event-2.3.0 /www/server/php/70/bin/phpize ./configure --with-php-config=/www/server/php/70/bin/php-config make && make install echo "extension=event.so" >> /www/server/php/70/etc/php.ini service php-fpm-70 reload

    然后查看,是否安裝成功:

    /www/server/php/70/bin/php -m |grep event

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)