随笔分类 - Swoole
摘要:<?php use Swoole\Http\Server; $http = new Server('0.0.0.0', 9501); $http->on('request', function($request, $response) { // var_dump($response); $filen
阅读全文
摘要: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
阅读全文
摘要:[root@localhost swoole-4.5.5]# phpize Configuring for: PHP Api Version: 20170718 Zend Module Api No: 20170718 Zend Extension Api No: 320170718 Cannot
阅读全文