Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: 此功能在某些浏览器中可能不可用。
跟踪最新的Credis library 当发生各种批量线程操作(移动/合并/删除/批准和管理员"批量更新线程")时,清除缓存的论坛总数以避免过时的页面导航条目。 使用作业队列以避免阻止请求。
需要 XenForo 2.2+ 需要 php 7.2+ 跟踪最新的上游克雷迪斯库 修复来自 Redis 的一些错误会触发无用的 php 类型错误,而不是更有用的错误消息 在缓存接口上正确实现"保存多个"方法。XenForo(显然任何其他第三方)都没有使用此方法。 将在即将推出的缓存权限检查更新中使用
跟踪最新的Credis library 将"主/从"术语替换为"主/副本"术语。以前的配置.php设置仍然有效
修复了"CredisException:ERR 语法错误",当非整数传递到 \XF::app()->cache->save() 时未安装 php-redis 的问题。已知会影响 Threadmark 的 rss 缓存
修复了交换的"短线程计数到期时间"和"线程计数到期时间"选项。 支持审核管理系统中缓存项目计数
修复了可能导致返回空 css 而不是 404 的可能 redis 兼容性问题
修复了几个 php 8.1 与 Redis 哨兵使用的兼容性问题 修复了连接到多个 redis 哨兵时原始 IP 的错误默认端口
修复了对使用 Redis Sentinel 的 Redis v7+ 高可用性的支持 添加对通过用户名/密码(与仅密码)进行 redis 身份验证的支持。需要 redis v6+ PHP: $config['cache']['config']['username'] = 'myUsername'; // requires redis 6+, or for cloud redis installations$config['cache']['config']['password'] = '....'; 改进了 SSL/TLS 支持,公开了 tls/ssl 选项。 PHP: $config['cache']['config']['server'] = 'ssl://127.0.0.1';// See https://www.php.net/manual/en/context.ssl.php for details $config['cache']['config']['tlsOptions'] = [ 'SNI_enabled' => true, ];
$config['cache']['config']['username'] = 'myUsername'; // requires redis 6+, or for cloud redis installations$config['cache']['config']['password'] = '....';
$config['cache']['config']['server'] = 'ssl://127.0.0.1';// See https://www.php.net/manual/en/context.ssl.php for details $config['cache']['config']['tlsOptions'] = [ 'SNI_enabled' => true, ];
修复 php 8.1+ 错误与 phpredis + 套接字连接 php 8.0.17+/8.1.4+ 问题的解决方法,当 zlib 输出压缩和服务 css 时
修复缓存论坛线程计数可能由于缓存密钥不够具体而不准确的情况
我们使用必要的 cookies 使本网站正常运行,并使用可选的 cookies 来增强您的体验。
查看更多信息并配置您的首选项