问题描述 如题,我现在需要开发一个单机版的程序,打算用workerman来做,我的用户电脑windows mac都有,我看首页底部下载静态php只有mac和linux的,windows在哪下呢? 最关键的是想问下有没有那种下载下来直接就可以运行的包,我只需要写php代码就行了,谢谢。 我看网上的教程是还要下载静态php,还要自己搭建环境,最关键的是还不一定能运行的起来,所以问下,谢谢。...
问题描述 原来是用mysql,想换postgreSql,边学边用。 我按文档配置好postgreSql, 'pgsql' => [ 'driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => 5432, 'database' => 'webman',...
使用http-client请求 开启 cloudflare DNS 域名 返回 has been closed. The connection to reply.lsmir2.com has been closed. in /Volumes/code/webman/vendor/workerman/http-client/src/Request.php:547 程序代码或配置 public function i...
问题描述 访问index后,页面会立即响应,但是控制台会在30秒内会出现报错 程序代码 <?php namespace app\controller; use support\Request; class IndexController { public function index(Request $request) { $http = new \Workerman\Ht...
问题描述 这里详细描述问题 协程环境下使用httpclient组件请求https接口,会出现报错 NOTICE Socket::ssl_connect(fd=13) to server[xx.xx.xx.xx:443] failed. Error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure[1|1...