2019-12-12 Swoole v4.2.11 enable_coroutine=true 协程开启失败问题 记录 Swoole v4.2.11 enablecoroutine=true 协程开启失败问题记录 在使用 Swoole v4.2.11 版本时,开启协程(enablecoroutine=true)可能会遇到一些问题,导致协程无法正常启动。... 阅读全文
2019-12-07 php7.3-编译安装编译常见错误 libzip / off_t undefined / fatal error: zipconf.h configure: error: Please reinstall the libzip distribution 解决方法: configure: error: offt undefined; check your library... 阅读全文
2019-12-05 Mysql 查询正在运行中的 SQL MySQL 查询正在运行中的 SQL 在 MySQL 数据库中,有时我们需要查看当前正在执行的 SQL 查询语句,以便监控数据库的运行状态、识别潜在的性能问题或者排查正在执行的长时间查询。本文将介绍如何查询正在运行中的 SQL 查询语... 阅读全文
2019-12-04 Swoole : wManager_check_exit_status: worker#5 abnormal exit 解决 Swoole : wManagercheckexitstatus: worker#5 abnormal exit 在使用 Swoole 进行服务开发时,有时可能会遇到类似 "wManagercheckexitstatus: wo... 阅读全文
2019-12-04 Swoole onClose handler error. Http onRequest handler error. 接口调用一个不存在的 类 长时间不回显. 客户端主动断链 抛错 PHP Warning: SwooleServer::start(): onClose handler error 接下来再次请求 直接不回包 抛错 PHP Warnin... 阅读全文