随笔分类 -  Swoole

摘要:<?php use Swoole\Http\Server; $http = new Server('0.0.0.0', 9501); $http->on('request', function($request, $response) { // var_dump($response); $filen 阅读全文
posted @ 2020-11-19 23:52 coder_xds 阅读(209) 评论(0) 推荐(0) 编辑
摘要:1.在php7.*安装好的前提,下载解压swoole [root@localhost html]# wget http://pecl.php.net/get/swoole-4.2.10.tgz [root@localhost html]# wget http://pecl.php.net/get/s 阅读全文
posted @ 2020-11-16 02:07 coder_xds 阅读(181) 评论(0) 推荐(0) 编辑
摘要:[root@localhost swoole-4.5.5]# phpize Configuring for: PHP Api Version: 20170718 Zend Module Api No: 20170718 Zend Extension Api No: 320170718 Cannot 阅读全文
posted @ 2020-10-23 10:04 coder_xds 阅读(335) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示