问题描述 composer create-project workerman/webman mymcp cd mymcp 安装webman/console之后,添加插件 https://github.com/lvluoyue/webman-mcp composer require luoyue/webman-mcp 添加完这个插件之后 php webman list之后并没有mcp相关的命令 请问是什么原因...
问题描述 redis-queue 文件日子里有报错 但是UserPointsLog.php 只是一个模型文件 文件内容如下: ...
问题描述 2026-01-09 19:37:20 pid:124320 Worker[124320] process terminated with ERROR: E_COMPILE_ERROR "Namespace declaration statement has to be the very first statement or after any declare call in the script...
问题描述 在VMware虚拟机中搭建1Panel环境,通过反向代理访问Webman项目时出现502 Bad Gateway错误。具体环境配置如下: 系统:Ubuntu 22.04 面板:1Panel v2.0.16 应用:OpenResty + PHP8.3.26 网站类型:反向代理,代理地址:http://0.0.0.0:23485 Webman监听端口:23485 浏览器访问地址:http://192.168.1...
问题描述 如题,我现在需要开发一个单机版的程序,打算用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...