使用Swoole Compiler 加密了源码,但是只加密app目录下的php文件
执行 php start.php start 正常运行,但时不时控制台提示 exit with status 11
worker[webman:4451] exit with status 11
worker[webman:4495] exit with status 11
worker[webman:4450] exit with status 11
worker[webman:5137] exit with status 11
这个情况怎么能解决。
1.使用的是swoole的加密扩展:swoole_loader_80_nts.so
2.PHP 8.0
1.最新版本webman
2.CentOS 7
说明 swoole_loader 扩展有 BUG,然而 swoole_loader 闭源,即便大伙儿有能力也没办法帮你,这种情况恐怕只有给韩天峰转账让他帮你解决。
好的,项目要部署在客户的服务器上,也没什么好的混淆方案可以选择。