0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. stats
DDylan K. TaylorSendUsageTask: fixed php_uname() call with invalid mode
45698e4b创建于 2025年9月23日历史提交
文件最后提交记录最后更新时间
SendUsageTask.php
SendUsageTask: fixed php_uname() call with invalid mode this now throws in PHP 8.4. Previously it returned the same as php_uname(a). Presumably the intent was to capture the CPU arch and not a repeat of the machine field. closes #6811 7 个月前