ヾ(≧▽≦*)o

Results 6 issues of ヾ(≧▽≦*)o

$yac->info() no actual value memory usage is provided, only the total memory allocated and the number of keys used. if can provide it,be will more convenient to evaluate the memory...

Detected unrecognized USB driver (\Driver\USBPcap). I have uninstalled him, but I still get an error.

Tps: > 这个问题目前只存在于pecl安装的swoole(包括手动编译),在swoole-cli中没有此问题,且锁类型只有 SWOOLE_RWLOCK 才会存在这个问题. > 目前测试过的php8.0-8.2 swoole4.8-5.0都成功复现。 > 为了确定非扩展兼容问题,其它扩展禁用情况下依然复现。 > **为了确保描述可靠,这里增加一些描述** > **注意!这是一个bug!并非功能性增强,pecl下安装的swoole存在跨进程解锁返回true,但实际上解锁失败卡住的问题,这个问题只有php-cli模式下的读写锁才会存在,测试swoole-cli与其它锁类型都不会触发这个bug!** 1. What did you do? If possible, provide a simple script for reproducing the error. >...

library bug

> 今天尝试了一下“trojan-go”,发现了一点问题 - "remote"在正常访问下无法代理443端口 > 我知道手册说在本地开启80端口使用“remote”代理过去,但是这里会造成它在部署的时候变得繁琐,举例: - 安装nginx服务 - 开启80端口(当然也可以不开外网) - 开启nginx内的代理 - 代理其它网站的https - 启动软件 - 完整过程:一个正常客户端的请求 - trojan-go处理 - nginx处理 - 被伪装的目标https服务器处理 > 而理想又简单的方案来伪装应该是: - 启动软件 - 完整过程:一个正常客户端的请求...

I've been encountering a lot of error messages recently, but in reality, there are no issues, which is very frustrating for me. demo: ``` Use of unknown class: 'class_1\class_2\class_3' ```...

test code: ```html function a() { } function b() { } function c() { } ``` correct: in .html display: ```html ... ``` In the past, I didn't encounter this...