问题描述 https://github.com/walkor/workerman/issues/1128 https://github.com/walkor/workerman/pull/1129 上面的合并在window环境下会导致协程无法使用,没有修改代码之前使用fopen(__FILE__, 'r'),在windows下代码运行是可以正常运行的, 合并以后变成了fopen('php://memory', 'r'...